Loading arch/x86/kernel/ioport.c +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/slab.h> #include <linux/thread_info.h> #include <linux/syscalls.h> #include <asm/syscalls.h> /* Set EXTENT bits starting at BASE in BITMAP to value TURN_ON. */ static void set_bitmap(unsigned long *bitmap, unsigned int base, Loading arch/x86/kernel/ldt.c +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <asm/ldt.h> #include <asm/desc.h> #include <asm/mmu_context.h> #include <asm/syscalls.h> #ifdef CONFIG_SMP static void flush_ldt(void *current_mm) Loading arch/x86/kernel/process_32.c +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ #include <asm/tlbflush.h> #include <asm/cpu.h> #include <asm/kdebug.h> #include <asm/syscalls.h> asmlinkage void ret_from_fork(void) __asm__("ret_from_fork"); Loading arch/x86/kernel/process_64.c +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ #include <asm/proto.h> #include <asm/ia32.h> #include <asm/idle.h> #include <asm/syscalls.h> asmlinkage extern void ret_from_fork(void); Loading arch/x86/kernel/signal_32.c +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <asm/uaccess.h> #include <asm/i387.h> #include <asm/vdso.h> #include <asm/syscalls.h> #include "sigframe.h" Loading Loading
arch/x86/kernel/ioport.c +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/slab.h> #include <linux/thread_info.h> #include <linux/syscalls.h> #include <asm/syscalls.h> /* Set EXTENT bits starting at BASE in BITMAP to value TURN_ON. */ static void set_bitmap(unsigned long *bitmap, unsigned int base, Loading
arch/x86/kernel/ldt.c +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <asm/ldt.h> #include <asm/desc.h> #include <asm/mmu_context.h> #include <asm/syscalls.h> #ifdef CONFIG_SMP static void flush_ldt(void *current_mm) Loading
arch/x86/kernel/process_32.c +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ #include <asm/tlbflush.h> #include <asm/cpu.h> #include <asm/kdebug.h> #include <asm/syscalls.h> asmlinkage void ret_from_fork(void) __asm__("ret_from_fork"); Loading
arch/x86/kernel/process_64.c +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ #include <asm/proto.h> #include <asm/ia32.h> #include <asm/idle.h> #include <asm/syscalls.h> asmlinkage extern void ret_from_fork(void); Loading
arch/x86/kernel/signal_32.c +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <asm/uaccess.h> #include <asm/i387.h> #include <asm/vdso.h> #include <asm/syscalls.h> #include "sigframe.h" Loading