projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0bbee
)
x86: simpler SYSVIPC_COMPAT definition
author
Alexey Dobriyan
<adobriyan@gmail.com>
Sun, 14 Sep 2008 09:44:41 +0000
(13:44 +0400)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 14 Sep 2008 12:57:15 +0000
(14:57 +0200)
X86_64 part is entirely redundant.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 1e2afe60ba992328268b7108ced2f69ea4276a8b..4c1475119cef00213537e8ba47c074fa5dc58c00 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-1786,7
+1786,7
@@
config COMPAT_FOR_U64_ALIGNMENT
config SYSVIPC_COMPAT
def_bool y
- depends on
X86_64 &&
COMPAT && SYSVIPC
+ depends on COMPAT && SYSVIPC
endmenu