summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/unwind.h
Commit message (Collapse)AuthorAgeFilesLines
* parisc: initialize unwinder much earlierJames Bottomley2008-10-101-0/+2
| | | | | | | | | | 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>
* parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin2008-10-101-0/+77
OpenPOWER on IntegriCloud