parisc: initialize unwinder much earlier
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 11 Sep 2008 14:17:23 +0000 (10:17 -0400)
committerKyle McMartin <kyle@hera.kernel.org>
Fri, 10 Oct 2008 16:32:30 +0000 (16:32 +0000)
commitf0514ae323f19ba1ad4bea4174ea274c812f7eee
treea13bd43c66a40157590466ce0e149a86d009c039
parent0be7d1fe4361bb9f2ebbd6fa394687cbe4bea950
parisc: initialize unwinder much earlier

The unwinder was being initialized way too late to be any use
debugging early boot crashes. Instead of relying on module_init
initcalls to initialize it, let's do it explicitly as early as
we can.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/include/asm/unwind.h
arch/parisc/kernel/setup.c
arch/parisc/kernel/unwind.c