]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] Add missing native dcr dcr_ind_lock spinlock
authorValentine Barshak <vbarshak@ru.mvista.com>
Mon, 4 Feb 2008 14:57:55 +0000 (01:57 +1100)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Thu, 7 Feb 2008 03:02:56 +0000 (21:02 -0600)
commit853265e588153dca22c82b84df39bbb40abd7ad0
treef073097a174c65158d581204f6fd311c8e5663a3
parentc41f4af8fef6ef5bec7c9d2335ba19636058d2a7
[POWERPC] Add missing native dcr dcr_ind_lock spinlock

The include/asm-powerpc/dcr-native.h declares extern spinlock_t dcr_ind_lock;
but it's actually isn't defined. This patch adds a missing dcr_ind_lock.

Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/sysdev/dcr.c