]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] powerpc: Fix building of power3 config on ppc32
authorKumar Gala <galak@freescale.com>
Thu, 22 Sep 2005 15:13:31 +0000 (10:13 -0500)
committerPaul Mackerras <paulus@samba.org>
Sun, 25 Sep 2005 12:38:45 +0000 (22:38 +1000)
commit3efc333e7fdb6fab9d4eae129e2b249c6483b250
treefd83ddc78cc484a767edf69731ab3525a625dbb8
parentb671ad2befe37131af380183760862d5cbad858d
[PATCH] powerpc: Fix building of power3 config on ppc32

The spinlock_types.h merge renamed the structure for raw_spinlock_t to
match ppc64.  In doing so some of the spinlock macros/functions needed to
be updated to match.  Apparently, this seems to only be caught when
building power3.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-ppc/spinlock.h