Changeset 5626277 in mainline for generic/src/syscall/syscall.c


Ignore:
Timestamp:
2006-04-29T22:12:40Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51a7dc1
Parents:
407862e
Message:

Added support for IRQ notifiactions.

  • seems to work correctly on ia32, amd64
  • the mips kbd probably lowers interrupts when the char is read from the port, we will have to find a way how to deal with it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/syscall/syscall.c

    r407862e r5626277  
    9797        sys_ipc_wait_for_call,
    9898        sys_ipc_hangup,
    99        
     99        sys_ipc_register_irq,
     100        sys_ipc_unregister_irq,
     101
    100102        /* DDI related syscalls. */
    101103        sys_physmem_map,
Note: See TracChangeset for help on using the changeset viewer.