Skip to content

Commit

Permalink
ARM: 6624/1: fix dependency for CONFIG_SMP_ON_UP
Browse files Browse the repository at this point in the history
This depends on !XIP_KERNEL and not !XIP.

Signed-off-by: Nicolas Pitre <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
npitre authored and Russell King committed Jan 14, 2011
1 parent 874d5d3 commit 4d2692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ config SMP
config SMP_ON_UP
bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on SMP && !XIP
depends on SMP && !XIP_KERNEL
default y
help
SMP kernels contain instructions which fail on non-SMP processors.
Expand Down

0 comments on commit 4d2692a

Please sign in to comment.