https://github.com/torvalds/linux
Revision a3aad4aaf871045ab1dd9c99be6c1ace881d8eb0 authored by Ralf Baechle on 09 December 2010, 19:14:09 UTC, committed by Ralf Baechle on 16 December 2010, 18:11:01 UTC
This fixes IP22 and IP28 build errors.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent d002aaa
Raw File
Tip revision: a3aad4aaf871045ab1dd9c99be6c1ace881d8eb0 authored by Ralf Baechle on 09 December 2010, 19:14:09 UTC
MIPS: Rename mips_dma_cache_sync back to dma_cache_sync
Tip revision: a3aad4a
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top