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.

parisc: Include 32-bit VDSO only when building for 32-bit or compat mode

Signed-off-by: Helge Deller <deller@gmx.de>

+2
+2
arch/parisc/include/asm/vdso.h
··· 7 7 #ifdef CONFIG_64BIT 8 8 #include <generated/vdso64-offsets.h> 9 9 #endif 10 + #if !defined(CONFIG_64BIT) || defined(CONFIG_COMPAT) 10 11 #include <generated/vdso32-offsets.h> 12 + #endif 11 13 12 14 #define VDSO64_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso64_offset_##name)) 13 15 #define VDSO32_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso32_offset_##name))