[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)
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>

No differences found