Opened 14 years ago

Closed 14 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 14 years ago by Joël Porquet

give me, give me, le patch ! :D

comment:2 Changed 14 years ago by Nicolas Pouillon

Resolution: wontfix
Status: newclosed

Preempt deprecated this

Note: See TracTickets for help on using tickets.