Searched hist:"089 d55289db5d58d938d73b47a415b2b82ee19ac" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/parisc/kernel/ |
H A D | head.S | diff 089d55289db5d58d938d73b47a415b2b82ee19ac Mon Jul 28 23:11:13 CDT 2008 Kyle McMartin <kyle@mcmartin.ca> 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.
|
H A D | setup.c | diff 089d55289db5d58d938d73b47a415b2b82ee19ac Mon Jul 28 23:11:13 CDT 2008 Kyle McMartin <kyle@mcmartin.ca> 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.
|