]> Git Repo - linux.git/blob - arch/um/sys-i386/sys_call_table.S
PCI: don't expose struct pci_vpd to userspace
[linux.git] / arch / um / sys-i386 / sys_call_table.S
1 #include <linux/linkage.h>
2 /* Steal i386 syscall table for our purposes, but with some slight changes.*/
3
4 #define sys_iopl sys_ni_syscall
5 #define sys_ioperm sys_ni_syscall
6
7 #define sys_vm86old sys_ni_syscall
8 #define sys_vm86 sys_ni_syscall
9
10 #define old_mmap old_mmap_i386
11
12 .section .rodata,"a"
13
14 #include "../../x86/kernel/syscall_table_32.S"
15
16 ENTRY(syscall_table_size)
17 .long .-sys_call_table
This page took 0.033513 seconds and 4 git commands to generate.