Roland Stigge wrote: > --- linux-source-2.6.17/arch/sparc64/kernel/traps.c 2006-06-18 > 03:49:35.000000000 +0200 > +++ linux-source-2.6.18/arch/sparc64/kernel/traps.c 2006-09-20 > 05:42:06.000000000 +0200 > @@ -2544,7 +2545,9 @@ > (TRAP_PER_CPU_TSB_HUGE != > offsetof(struct trap_per_cpu, tsb_huge)) || > (TRAP_PER_CPU_TSB_HUGE_TEMP != > - offsetof(struct trap_per_cpu, tsb_huge_temp))) > + offsetof(struct trap_per_cpu, tsb_huge_temp)) || > + (TRAP_PER_CPU_IRQ_WORKLIST != > + offsetof(struct trap_per_cpu, irq_worklist))) > trap_per_cpu_offsets_are_bolixed_dave(); > > if ((TSB_CONFIG_TSB != > > Will need to check if this is the cause.
Reverting the above change didn't fix the problem. :( bye, Roland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

