]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sparc32,sun4m: percpu and global register definitions moved to irq.h
authorSam Ravnborg <sam@ravnborg.org>
Sat, 26 Feb 2011 07:02:11 +0000 (23:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Mar 2011 01:19:14 +0000 (18:19 -0700)
commit0399bb5b918bd8ffbf065a3db142ff121aaa18e0
tree12a4d8a64993c7e7b1fd4acf0e4a729b95551357
parent1d05995b0880b23353741d5b2b826f7c2fd6a296
sparc32,sun4m: percpu and global register definitions moved to irq.h

entry.S access percpu + global data defined in
sun4m_irq.c - so move the types to irq.h.
This makes sparse happy and allow us to utilize
asm-offsets later.

Also updated a few comments in the sun4m_irq.c file.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/irq.h
arch/sparc/kernel/sun4m_irq.c