mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
x86: CONFIG_X86_ELAN fix
move the X86_CPU section out of the !X86_ELAN branch. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
c9af1e3323
commit
acbaa93e3d
1 changed files with 5 additions and 5 deletions
|
@ -278,11 +278,6 @@ config GENERIC_CPU
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config X86_CPU
|
|
||||||
def_bool y
|
|
||||||
select GENERIC_FIND_FIRST_BIT
|
|
||||||
select GENERIC_FIND_NEXT_BIT
|
|
||||||
|
|
||||||
config X86_GENERIC
|
config X86_GENERIC
|
||||||
bool "Generic x86 support"
|
bool "Generic x86 support"
|
||||||
depends on X86_32
|
depends on X86_32
|
||||||
|
@ -297,6 +292,11 @@ config X86_GENERIC
|
||||||
|
|
||||||
endif
|
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
|
# Define implied options from the CPU selection here
|
||||||
config X86_L1_CACHE_BYTES
|
config X86_L1_CACHE_BYTES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue