[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] hard irq by software?



kissg@sztaki.hu wrote:
> 
> Is there any way to simulate a hardware irq?
> I.e. how to call an IT handler "manually" but safely?
> 

Do you want:

- to do it with the hard interrupt flag disabled or not?
- from user or kernel space, or both?

Ciao, Paolo.