Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Conflicts: arch/parisc/kernel/irq.c arch/x86/include/asm/fixmap_64.h arch/x86/include/asm/setup.h kernel/irq/handle.c Semantic merge: arch/x86/include/asm/fixmap.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
此提交包含在:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
config EISA_VLB_PRIMING
|
||||
bool "Vesa Local Bus priming"
|
||||
depends on X86_PC && EISA
|
||||
depends on X86 && EISA
|
||||
default n
|
||||
---help---
|
||||
Activate this option if your system contains a Vesa Local
|
||||
@@ -24,11 +24,11 @@ config EISA_PCI_EISA
|
||||
When in doubt, say Y.
|
||||
|
||||
# Using EISA_VIRTUAL_ROOT on something other than an Alpha or
|
||||
# an X86_PC may lead to crashes...
|
||||
# an X86 may lead to crashes...
|
||||
|
||||
config EISA_VIRTUAL_ROOT
|
||||
bool "EISA virtual root device"
|
||||
depends on EISA && (ALPHA || X86_PC)
|
||||
depends on EISA && (ALPHA || X86)
|
||||
default y
|
||||
---help---
|
||||
Activate this option if your system only have EISA bus
|
||||
|
新增問題並參考
封鎖使用者