Skip to content

Commit

Permalink
x86: simpler SYSVIPC_COMPAT definition
Browse files Browse the repository at this point in the history
X86_64 part is entirely redundant.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alexey Dobriyan authored and Ingo Molnar committed Sep 14, 2008
1 parent 9c0bbee commit b899219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b899219

Please sign in to comment.