Files
ubports_kernel_google_msm/arch/parisc/kernel
Grant Grundler 825e1e2391 parisc: fix warning in traps.c
On Tue, Aug 18, 2009 at 01:45:17PM -0400, John David Anglin wrote:
>  CC      arch/parisc/kernel/traps.o
> arch/parisc/kernel/traps.c: In function 'handle_interruption':
> arch/parisc/kernel/traps.c:535:18: warning: operation on 'regs->iasq[0]'
> may be undefined

Yes - Line 535 should use both [0] and [1].

Reported-by: John David Anglin <dave@hiauly1.hia.nrc.ca>
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-08-28 19:37:20 -10:00
..
2008-10-10 16:32:30 +00:00
2009-01-05 19:18:27 +00:00
2009-06-16 19:47:28 -07:00
2009-07-03 03:34:06 +00:00
2009-01-05 19:13:18 +00:00
2009-01-05 19:09:02 +00:00
2008-11-20 13:09:17 -08:00
2008-10-10 16:32:28 +00:00
2009-07-03 03:34:06 +00:00
2009-07-03 03:34:09 +00:00
2009-08-28 19:37:20 -10:00