Ignore:
File:
1 edited

Legend:

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

    rb2fa1204 r8820544  
    165165       
    166166        /* Event notification syscalls. */
    167         (syshandler_t) sys_event_subscribe,
    168         (syshandler_t) sys_event_unmask,
     167        (syshandler_t) sys_ipc_event_subscribe,
     168        (syshandler_t) sys_ipc_event_unsubscribe,
     169        (syshandler_t) sys_ipc_event_unmask,
    169170       
    170171        /* Capabilities related syscalls. */
     
    180181        (syshandler_t) sys_iospace_enable,
    181182        (syshandler_t) sys_iospace_disable,
    182         (syshandler_t) sys_irq_register,
    183         (syshandler_t) sys_irq_unregister,
     183       
     184        (syshandler_t) sys_ipc_irq_subscribe,
     185        (syshandler_t) sys_ipc_irq_unsubscribe,
    184186       
    185187        /* Sysinfo syscalls. */
     
    192194       
    193195        /* Kernel console syscalls. */
    194         (syshandler_t) sys_debug_activate_console,
     196        (syshandler_t) sys_debug_console,
    195197       
    196198        (syshandler_t) sys_klog,
Note: See TracChangeset for help on using the changeset viewer.