| To: | "Steven J. Hill" <sjhill@realitydiluted.com> |
|---|---|
| Subject: | Re: Ideas on removing a compiler warning in 'init_task.c' ... |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Tue, 21 Dec 2004 01:25:06 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <41C377ED.1040502@realitydiluted.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <41C377ED.1040502@realitydiluted.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.1i |
On Fri, Dec 17, 2004 at 06:21:01PM -0600, Steven J. Hill wrote:
> I actually broke out the macro and it is complaining about the
> initialization
> of 'action' member in the 'sighand_struct' defined in
> 'include/linux/sched.h'.
>
> struct sighand_struct {
> atomic_t count;
> struct k_sigaction action[_NSIG];
> spinlock_t siglock;
> };
>
> I do not see this when compiling x86 code and the MIPS structure is
> not that drastically different IMHO. Anyone have some ideas on this
> one?
The members of struct sigaction are ordered differently on MIPS.
Ralf
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | The Linux binutils 2.15.94.0.2 is released, H. J. Lu |
|---|---|
| Next by Date: | Re: [Patch] Au1550 PSC SPI irq mask fix, Steven J. Hill |
| Previous by Thread: | Ideas on removing a compiler warning in 'init_task.c' ..., Steven J. Hill |
| Next by Thread: | Build problem with drivers/net/au1000_eth.c, Josh Green |
| Indexes: | [Date] [Thread] [Top] [All Lists] |