Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93682
b: refs/heads/master
c: 19870de
h: refs/heads/master
v: v3
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Apr 26, 2008
1 parent 86b3805 commit a81c521
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f19dcf4a61ea4a3d155acb239348d09cb264f6a0
refs/heads/master: 19870def587554c4055df3e74a21508e3647fb7e
8 changes: 0 additions & 8 deletions trunk/arch/um/Kconfig.i386
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA
bool
default y

config GENERIC_FIND_FIRST_BIT
bool
default y

config GENERIC_FIND_NEXT_BIT
bool
default y

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

config GENERIC_FIND_FIRST_BIT
bool
default y

config GENERIC_FIND_NEXT_BIT
bool
default y

config GENERIC_HWEIGHT
bool
default y
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ config GENERIC_BUG
def_bool y
depends on BUG

config GENERIC_FIND_FIRST_BIT
def_bool y

config GENERIC_FIND_NEXT_BIT
def_bool y

config GENERIC_HWEIGHT
def_bool y

Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/x86/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ config GENERIC_CPU

endchoice

config X86_CPU
def_bool y
select GENERIC_FIND_FIRST_BIT
select GENERIC_FIND_NEXT_BIT

config X86_GENERIC
bool "Generic x86 support"
depends on X86_32
Expand Down
6 changes: 6 additions & 0 deletions trunk/lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ menu "Library routines"
config BITREVERSE
tristate

config GENERIC_FIND_FIRST_BIT
def_bool n

config GENERIC_FIND_NEXT_BIT
def_bool n

config CRC_CCITT
tristate "CRC-CCITT functions"
help
Expand Down

0 comments on commit a81c521

Please sign in to comment.