> Another 64-bit gotcha: in arch/parisc64/kernel/entry.S:start_parisc_asm > the 'b start_parisc' is branching through a stub and failing miserably. > Linker problem? Just some more information. The "b start_parisc" appears to branch to what should be a stub entry. There is nothing there, i.e. it is all zero's, so we get a break instruction trap. John Marvin jsm@fc.hp.com