projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9af1e3
)
x86: CONFIG_X86_ELAN fix
author
Ingo Molnar
<
[email protected]
>
Wed, 30 Apr 2008 06:58:27 +0000
(08:58 +0200)
committer
Ingo Molnar
<
[email protected]
>
Wed, 30 Apr 2008 21:15:35 +0000
(23:15 +0200)
move the X86_CPU section out of the !X86_ELAN branch.
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/Kconfig.cpu
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig.cpu
b/arch/x86/Kconfig.cpu
index 7ef18b01f0bca49c4da9ed1ed78b330ab1506da4..2ad6301849a1ba68ec78c9ea3c5f39232484c645 100644
(file)
--- a/
arch/x86/Kconfig.cpu
+++ b/
arch/x86/Kconfig.cpu
@@
-278,11
+278,6
@@
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
@@
-297,6
+292,11
@@
config X86_GENERIC
endif
+config X86_CPU
+ def_bool y
+ select GENERIC_FIND_FIRST_BIT
+ select GENERIC_FIND_NEXT_BIT
+
#
# Define implied options from the CPU selection here
config X86_L1_CACHE_BYTES