Opened 16 years ago
Closed 15 years ago
#24 closed enhancement (wontfix)
Add a Software service handler
| Reported by: | Nicolas Pouillon | Owned by: | becoulet |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | hexo | Keywords: | |
| Cc: |
Description
When handling an IRQ, we may need heavier handling than what is possible in the IRQ handler (it may be in a special stack, and it runs with irq disabled).
We should add a marker somewhere in CPU-local memory or in a SPR in order to tell the exception handling code not to return to mainstream code, but go back in the kernel for some kernel hander code.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Preempt deprecated this
Note: See
TracTickets for help on using
tickets.


give me, give me, le patch ! :D