summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/cpu.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-07-15 03:56:08 +0000
committerimp <imp@FreeBSD.org>2010-07-15 03:56:08 +0000
commit3c7324dbb668f6e9d65abd7a6bbba131fa47b1eb (patch)
treea86dded402de1da14d1c0af80b64d01755f73d99 /sys/mips/include/cpu.h
parent2708628cd3f7c5d62efd61ef0ae95f847d98c925 (diff)
downloadFreeBSD-src-3c7324dbb668f6e9d65abd7a6bbba131fa47b1eb.zip
FreeBSD-src-3c7324dbb668f6e9d65abd7a6bbba131fa47b1eb.tar.gz
Move TLB definitions to tlb.h
Diffstat (limited to 'sys/mips/include/cpu.h')
-rw-r--r--sys/mips/include/cpu.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/mips/include/cpu.h b/sys/mips/include/cpu.h
index 614bb97..91de2b7 100644
--- a/sys/mips/include/cpu.h
+++ b/sys/mips/include/cpu.h
@@ -62,24 +62,6 @@
/* END: These are going away */
/*
- * The first TLB entry that write random hits.
- * TLB entry 0 maps the kernel stack of the currently running thread
- * TLB entry 1 maps the pcpu area of processor (only for SMP builds)
- */
-#define KSTACK_TLB_ENTRY 0
-#ifdef SMP
-#define PCPU_TLB_ENTRY 1
-#define VMWIRED_ENTRIES 2
-#else
-#define VMWIRED_ENTRIES 1
-#endif /* SMP */
-
-/*
- * The number of process id entries.
- */
-#define VMNUM_PIDS 256
-
-/*
* Exported definitions unique to mips cpu support.
*/
OpenPOWER on IntegriCloud