patch-2.3.23 linux/include/asm-sh/smp_lock.h

Next file: linux/include/asm-sh/smplock.h
Previous file: linux/include/asm-sh/signal.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-sh/smp_lock.h linux/include/asm-sh/smp_lock.h
@@ -1,17 +0,0 @@
-#ifndef __ASM_SH_SMPLOCK_H
-#define __ASM_SH_SMPLOCK_H
-
-#ifndef __SMP__
-
-#define lock_kernel()				do { } while(0)
-#define unlock_kernel()				do { } while(0)
-#define release_kernel_lock(task, cpu, depth)	((depth) = 1)
-#define reacquire_kernel_lock(task, cpu, depth)	do { } while(0)
-
-#else
-
-#error "We do not support SMP on SH yet"
-
-#endif /* __SMP__ */
-
-#endif /* __ASM_SH_SMPLOCK_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)