diff options
author | Bjoern Brandenburg <bb@DS-12.(none)> | 2007-02-01 23:20:18 -0500 |
---|---|---|
committer | Bjoern Brandenburg <bb@DS-12.(none)> | 2007-02-01 23:20:18 -0500 |
commit | 9134a84aeb463fcb29574d57a6c3e298705229b3 (patch) | |
tree | 4177e791fc35e7deac9b6ab00eeb41f48e293812 /arch/i386 | |
parent | ccc74a60ef9618132375ebb8d0d20a335536969e (diff) |
ported first plugin
doesn't work yet, no hooks in sched.c yet
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/syscall_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index 9c7d773e6e..47ea0d5870 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S | |||
@@ -328,4 +328,4 @@ ENTRY(sys_call_table) | |||
328 | .long sys_prepare_rt_task /* 325 */ | 328 | .long sys_prepare_rt_task /* 325 */ |
329 | .long sys_ni_syscall /* CLEANUP: sys_reset_stat */ | 329 | .long sys_ni_syscall /* CLEANUP: sys_reset_stat */ |
330 | .long sys_sleep_next_period | 330 | .long sys_sleep_next_period |
331 | .long sys_scheduler_setup \ No newline at end of file | 331 | .long sys_scheduler_setup |