um: allow SUBARCH=x86
nicked from patch by dwmw2 back in July Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
committed by
Richard Weinberger
parent
dc5be20a64
commit
4c3ff74742
@@ -15,8 +15,8 @@ config UML_X86
|
|||||||
select GENERIC_FIND_FIRST_BIT
|
select GENERIC_FIND_FIRST_BIT
|
||||||
|
|
||||||
config 64BIT
|
config 64BIT
|
||||||
bool
|
bool "64-bit kernel" if SUBARCH = "x86"
|
||||||
default SUBARCH = "x86_64"
|
default SUBARCH != "i386"
|
||||||
|
|
||||||
config X86_32
|
config X86_32
|
||||||
def_bool !64BIT
|
def_bool !64BIT
|
||||||
|
Reference in New Issue
Block a user