* Real Time Signals In Powerpc Linux
@ 2005-05-05 10:59 Deepak
2005-05-05 16:12 ` J. Scott Kasten
0 siblings, 1 reply; 2+ messages in thread
From: Deepak @ 2005-05-05 10:59 UTC (permalink / raw)
To: linux-kernel
I am working on a linux (v 2.4.20) based powerpc(8260) board. During
development of an application program I planned to use real time
signals(SIGRTMIN to SIGRTMAX) for interprocess communication. On giving
the command 'kill -l' on the terminal window of ppc linux it displayed
only 32 signals while giving the same command on an Intel based Linux PC
(same kernel version) showed all 64 signals.
Anyone having idea whether these signals are present in powerpc Linux
kernal v 2.4.20 ?
Deepak Gaur
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Real Time Signals In Powerpc Linux
2005-05-05 10:59 Real Time Signals In Powerpc Linux Deepak
@ 2005-05-05 16:12 ` J. Scott Kasten
0 siblings, 0 replies; 2+ messages in thread
From: J. Scott Kasten @ 2005-05-05 16:12 UTC (permalink / raw)
To: Deepak; +Cc: linux-kernel
See linux/include/asm-xxx/signal.h in your kernel tree, where xxx is the
specific arch you are interested in.
You will see definitions for a series of _NSIG macros. These define the
number of available signals and the byte size of the signal mask data
type. The stuff at the bottom is educational as well. You can then
follow those defines into other header files as needed.
Happy hacking,
J. Scott Kasten
Email: jscottkasten AT yahoo DOT com
On Thu, 5 May 2005, Deepak wrote:
>
> I am working on a linux (v 2.4.20) based powerpc(8260) board. During
> development of an application program I planned to use real time
> signals(SIGRTMIN to SIGRTMAX) for interprocess communication. On giving
> the command 'kill -l' on the terminal window of ppc linux it displayed
> only 32 signals while giving the same command on an Intel based Linux PC
> (same kernel version) showed all 64 signals.
>
> Anyone having idea whether these signals are present in powerpc Linux
> kernal v 2.4.20 ?
>
> Deepak Gaur
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-05 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-05 10:59 Real Time Signals In Powerpc Linux Deepak
2005-05-05 16:12 ` J. Scott Kasten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®