From: Kyle McMartin Date: Tue, 29 Jul 2008 04:11:13 +0000 (-0400) Subject: parisc: hijack jump to start_kernel X-Git-Tag: v2.6.28-rc1~72^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=089d55289db5d58d938d73b47a415b2b82ee19ac;p=pandora-kernel.git parisc: hijack jump to start_kernel Bang in our own start_parisc call, which initializes the PDC width, and turns on the FPU. Previously, if CONFIG_PRINTK_TIME was on, we'd attempt to use the FPU before we had enabled it, resulting in a difficult to diagnose panic. This patch causes init_per_cpu to redundantly set these for cpu0, but this is harmless. --- Reading git-diff-tree failed