Subject: interrupt variables
To: None <port-arm32@netbsd.org>
From: Robert Swindells <rjs@fdy2.demon.co.uk>
List: port-arm32
Date: 07/24/2001 00:33:49
Does anyone know why the variables in arch/arm/footbridge/footbridge_irq.S
are declared as .text instead of .data or .bss ?

It seems a rather bad practice to me to be modifying the text segment.

The kernel text segment is declared as AP_KR in cats_machdep.c, so my
guess is that it only works because the variables only get written to
from irq32 mode.

Robert Swindells