diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /arch/sparc64/Makefile | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'arch/sparc64/Makefile')
-rw-r--r-- | arch/sparc64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/Makefile b/arch/sparc64/Makefile index 01d44a3fb..9df70fc36 100644 --- a/arch/sparc64/Makefile +++ b/arch/sparc64/Makefile @@ -51,7 +51,7 @@ endif # Uncomment this to get spinlock/rwlock debugging on SMP. # DEBUG_SPINLOCK = 1 -ifdef SMP +ifdef CONFIG_SMP ifdef DEBUG_SPINLOCK CFLAGS += -DSPIN_LOCK_DEBUG AFLAGS += -DSPIN_LOCK_DEBUG |