Blackfin: fix early crash when booting on wrong cpu
authorRobin Getz <robin.getz@analog.com>
Thu, 18 Jun 2009 22:53:43 +0000 (22:53 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 23 Jun 2009 01:16:17 +0000 (21:16 -0400)
commitbd854c077e660b5f44b5049219645042bcba61ac
tree19f464eecd7d93db5055d10abc182d194849d582
parent3aca47c02097a78a566f67e7ec5fa3e0f2583a73
Blackfin: fix early crash when booting on wrong cpu

Make sure we process the kernel command line before poking the hardware,
so that we can process early printk.  This helps ensure that if you boot
a kernel configured for a different processor, something will be left in
the log buffer.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/setup.c