From: Sam Ravnborg Date: Fri, 28 Jan 2011 22:08:18 +0000 (+0000) Subject: sparc32: add irq + smp declarations to headers X-Git-Tag: v2.6.39-rc1~459^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7afdb7e85d97294efa24fbfef7b1fa196ca808c;p=pandora-kernel.git sparc32: add irq + smp declarations to headers In preparation for cleaning up a number of files add declarations for irq and smp related data/functions to the relevant headers. This showed that the extern declaration of cputypval differed in the two files where it was used. As cputypval is defined like this: cputypval: .asciz "sun4c" the correct representation is a char array. Fix users to use the new declaration. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed