Skip to content

Commit

Permalink
um: allow SUBARCH=x86
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and Richard Weinberger committed Mar 24, 2012
1 parent dc5be20 commit 4c3ff74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ config UML_X86
select GENERIC_FIND_FIRST_BIT

config 64BIT
bool
default SUBARCH = "x86_64"
bool "64-bit kernel" if SUBARCH = "x86"
default SUBARCH != "i386"

config X86_32
def_bool !64BIT
Expand Down

0 comments on commit 4c3ff74

Please sign in to comment.