Revision f5101d58afc528c1d0c863fe03cd2d607766c4a1 authored by Stefan Richter on 13 March 2008, 23:27:49 UTC, committed by Stefan Richter on 13 March 2008, 23:57:00 UTC
Shut up "may be used uninitialised in this function" warnings due to
PPC32's implementation of dma_alloc_coherent().

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
1 parent bde1709
Raw File
locking-selftest-spin.h
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top