summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cpu/syscall.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/cpu/syscall.c b/kernel/cpu/syscall.c
index b72beff..897703a 100644
--- a/kernel/cpu/syscall.c
+++ b/kernel/cpu/syscall.c
@@ -193,12 +193,6 @@ int (*syscall_functions[])() = {
(void(*))syscall_virtual_to_physical,
(void(*))syscall_install_irq,
(void(*))syscall_tmp_handle_packet,
- (void(*))NULL,
- (void(*))NULL,
- (void(*))NULL,
- (void(*))NULL,
- (void(*))NULL,
- (void(*))NULL,
(void(*))syscall_munmap,
(void(*))syscall_open_process,
(void(*))syscall_lseek,