projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc4021c
)
parisc: Include 32-bit VDSO only when building for 32-bit or compat mode
author
Helge Deller
<deller@gmx.de>
Tue, 14 Apr 2026 16:28:03 +0000
(18:28 +0200)
committer
Helge Deller
<deller@gmx.de>
Fri, 17 Apr 2026 13:46:45 +0000
(15:46 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/vdso.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/vdso.h
b/arch/parisc/include/asm/vdso.h
index
81bc1d4
..
5501560
100644
(file)
--- a/
arch/parisc/include/asm/vdso.h
+++ b/
arch/parisc/include/asm/vdso.h
@@
-7,7
+7,9
@@
#ifdef CONFIG_64BIT
#include <generated/vdso64-offsets.h>
#endif
+#if !defined(CONFIG_64BIT) || defined(CONFIG_COMPAT)
#include <generated/vdso32-offsets.h>
+#endif
#define VDSO64_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso64_offset_##name))
#define VDSO32_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso32_offset_##name))