In message <[EMAIL PROTECTED]> Jacques Fourie writes:
: Would it be possible to pre-allocate a block of memory
: and then "switch" stacks in my interrupt routine? This
: may be far off, but my only other option is going
: through ~10000 lines of code and examining all places
: where local variables are declared. If I could somehow
: do this in a different way, it would really help a
: lot.
10k lines in an interrupt routine sounds to be way more work than you
want to do in an interrupt routine. Maybe you could use a work queue
and deal with it that way. There isn't much I can do to help you with
the local variable issue, since it sounds like this code is just flat
ill suited for the kernel.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message