execve inside irq?

Steven Scholz steven.scholz at imc-berlin.de
Fri Apr 25 20:37:44 EST 2003


Wojciech Kromer schrieb:
>
> anyone knows ho to call execve inside irq
>
> i just want to execve("/sbin/poweroff"....) in case of pressing power
> button on my board

Since I did not find a better solution yet I start a new kernel thread
that takes care of poweroff when getting the power button interrupt.
In this new thread I then send a SIGUSR1 to init, but you could
probably call "execve("/sbin/poweroff"....) " as well.

Steven


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-embedded mailing list