Changeset 927cd9c in mainline for kernel/generic/src/syscall/syscall.c


Ignore:
Timestamp:
2014-01-05T20:46:27Z (10 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0caa075e
Parents:
91db0280
Message:

Fix missing syscall registration for SYS_KLOG

File:
1 edited

Legend:

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

    r91db0280 r927cd9c  
    5656#include <console/console.h>
    5757#include <udebug/udebug.h>
     58#include <log.h>
    5859
    5960/** Dispatch system call */
     
    190191       
    191192        /* Kernel console syscalls. */
    192         (syshandler_t) sys_debug_activate_console
     193        (syshandler_t) sys_debug_activate_console,
     194       
     195        (syshandler_t) sys_klog,
    193196};
    194197
Note: See TracChangeset for help on using the changeset viewer.