Re: port-mips/16154
[email protected] (Stephen Ma) Sun, 24 Nov 2002 00:07:12 -0800
| Newsgroups | gmane.os.netbsd.ports.mips |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Chuck" == Chuck Silvers <[email protected]> writes: Chuck> one thing to be careful of here: you must not allow nested Chuck> interrupts of the same level as the one you're currently Chuck> processing as long as the interrupt handler is using any stack Chuck> space. This change only affects the UserGenException code path, which isn't called anytime during interrupt processing, so there's chance of nested interrupts here. - S