Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc/vdso: Include asm/syscalls.h for sys_ni_syscall()

Include asm/syscalls.h to get the correct prototype for sys_ni_syscall()

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/e2215a515ae0e21393c50e2f38791a6567cf1dec.1755509195.git.christophe.leroy@csgroup.eu

authored by

Christophe Leroy and committed by
Madhavan Srinivasan
58f5382a 96c79fef

+1 -2
+1 -2
arch/powerpc/kernel/vdso.c
··· 21 21 #include <vdso/datapage.h> 22 22 23 23 #include <asm/syscall.h> 24 + #include <asm/syscalls.h> 24 25 #include <asm/processor.h> 25 26 #include <asm/mmu.h> 26 27 #include <asm/mmu_context.h> ··· 40 39 41 40 extern char vdso32_start, vdso32_end; 42 41 extern char vdso64_start, vdso64_end; 43 - 44 - long sys_ni_syscall(void); 45 42 46 43 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, 47 44 unsigned long text_size)