Subject: CVS commit: syssrc/sys/arch/arm/footbridge
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/19/2001 10:29:26
Module Name:	syssrc
Committed By:	matt
Date:		Sun Aug 19 07:29:26 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/footbridge: footbridge_irq.S

Log Message:
Change local offset/label for irqhandlers to Lirqhandlers.  Because in
ELF _C_LABEL(irqhandlers) == irqhandlers so we were getting self-referential
pointer which causes the IRQ to fall on itself.  [With this change the
netwinder kernel can now be *ELF* and boots to multiuser]


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/footbridge/footbridge_irq.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.