Subject: undefined stack.
To: None <port-arm32@netbsd.org>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: port-arm32
Date: 08/04/2001 14:17:11
Hi,
I was just looking over the code and noticed that we currently use a per
process undefined instruction stack. I was wondering if anyone knew why?
We appear to actually setup a global one but then create one for every
process created.
I'd rather like to switch to using a global one as it means that we don't
have to keep saving and restoring the undef instr stack pointer, and so
simplifies the code.
Cheers,
Chris