Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8992195 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Ingo Molnar
Browse files

x86: simpler SYSVIPC_COMPAT definition



X86_64 part is entirely redundant.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9c0bbee8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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