summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/asm.h')
-rw-r--r--sys/mips/include/asm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h
index db6929d..3dd9aa4 100644
--- a/sys/mips/include/asm.h
+++ b/sys/mips/include/asm.h
@@ -497,17 +497,8 @@ _C_LABEL(x):
#define DYNAMIC_STATUS_MASK_TOUSER(sr,scratch1)
#endif
-#ifdef SMP
- /*
- * FREEBSD_DEVELOPERS_FIXME
- * In multiprocessor case, store/retrieve the pcpu structure
- * address for current CPU in scratch register for fast access.
- */
-#error "Write GET_CPU_PCPU for SMP"
-#else
#define GET_CPU_PCPU(reg) \
lw reg, _C_LABEL(pcpup);
-#endif
/*
* Description of the setjmp buffer
OpenPOWER on IntegriCloud