git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b574d
)
parisc: hijack jump to start_kernel
author
Kyle McMartin
<kyle@mcmartin.ca>
Tue, 29 Jul 2008 04:11:13 +0000
(
00:11
-0400)
committer
Kyle McMartin
<kyle@hera.kernel.org>
Fri, 10 Oct 2008 16:32:30 +0000
(16:32 +0000)
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.
No differences found