Skip to content

Commit

Permalink
x86, uml: fix uml with generic find_next_bit for x86
Browse files Browse the repository at this point in the history
Update UML to use the generic bits too.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Apr 26, 2008
1 parent 6fd92b6 commit 60b6783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/um/Kconfig.i386
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA
bool
default y

config GENERIC_FIND_NEXT_BIT
bool
default y

config GENERIC_HWEIGHT
bool
default y
Expand Down
4 changes: 4 additions & 0 deletions arch/um/Kconfig.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ config SMP_BROKEN
bool
default y

config GENERIC_FIND_NEXT_BIT
bool
default y

config GENERIC_HWEIGHT
bool
default y
Expand Down

0 comments on commit 60b6783

Please sign in to comment.