omap: Update omap3_defconfig to work with SMP_ON_UP
authorTony Lindgren <tony@atomide.com>
Mon, 20 Sep 2010 21:53:38 +0000 (14:53 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 20 Sep 2010 21:53:38 +0000 (14:53 -0700)
commit61e9beafdd6f2b2d27ad5935a2de9c46709b9671
treedece0b0b6a2afb505e3013bba3ee6138c3ecd597
parentc3083411062106452649e464e55c7b856de0d29b
omap: Update omap3_defconfig to work with SMP_ON_UP

With the recent changes to core ARM kernel code, we can now
boot SMP kernel on UP systems. Update omap3_defconfig to
enable SMP. This allows us to remove omap_4430sdp_defconfig.

In addition to enabling SMP, we also need to disable some
options to make the system boot:

- For some reason LOCK_STAT causes tons of
  WARNING: at mm/percpu-vm.c:320 pcpu_alloc+0x2fc/0x888()
  so disable it for now.

- MUSB init fails for multi-omap, disable it for now.

- LOCAL_TIMERS hangs on omap4, disable it for now.

Also disable DEBUG_LL as this should be only enabled for
debugging.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/configs/omap3_defconfig
arch/arm/configs/omap_4430sdp_defconfig [deleted file]