patch-2.3.99-pre7 linux/arch/sparc/kernel/entry.S
Next file: linux/arch/sparc/kernel/head.S
Previous file: linux/arch/sparc/defconfig
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Mon May 8 22:00:01 2000
- Orig file:
v2.3.99-pre6/linux/arch/sparc/kernel/entry.S
- Orig date:
Wed Dec 29 13:13:13 1999
diff -u --recursive --new-file v2.3.99-pre6/linux/arch/sparc/kernel/entry.S linux/arch/sparc/kernel/entry.S
@@ -294,7 +294,7 @@
real_irq_entry:
SAVE_ALL
-#ifdef __SMP__
+#ifdef CONFIG_SMP
.globl patchme_maybe_smp_msg
cmp %l7, 12
@@ -319,7 +319,7 @@
RESTORE_ALL
-#ifdef __SMP__
+#ifdef CONFIG_SMP
/* SMP per-cpu ticker interrupts are handled specially. */
smp4m_ticker:
bne real_irq_continue+4
@@ -479,7 +479,7 @@
/* FIXME */
1: b,a 1b
-#endif /* __SMP__ */
+#endif /* CONFIG_SMP */
/* This routine handles illegal instructions and privileged
* instruction attempts from user code.
@@ -1462,7 +1462,7 @@
b C_LABEL(ret_sys_call)
ld [%sp + REGWIN_SZ + PT_I0], %o0
-#ifdef __SMP__
+#ifdef CONFIG_SMP
.globl C_LABEL(ret_from_smpfork)
C_LABEL(ret_from_smpfork):
wr %l0, PSR_ET, %psr
@@ -1806,7 +1806,7 @@
sethi %hi(0x10c6), %o1
call .umul
or %o1, %lo(0x10c6), %o1
-#ifndef __SMP__
+#ifndef CONFIG_SMP
sethi %hi(C_LABEL(loops_per_sec)), %o3
call .umul
ld [%o3 + %lo(C_LABEL(loops_per_sec))], %o1
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)