summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2009-02-10 06:08:28 +0000
committeralc <alc@FreeBSD.org>2009-02-10 06:08:28 +0000
commit1b016834a1d4b5ad1202f974c4cf4f402876da5b (patch)
tree4c00ddeaa982e202379e729882f4677a1442d5cd /sys/mips
parentfb9da0fe39318da02647e8a8c6c9aad750d8f099 (diff)
downloadFreeBSD-src-1b016834a1d4b5ad1202f974c4cf4f402876da5b.zip
FreeBSD-src-1b016834a1d4b5ad1202f974c4cf4f402876da5b.tar.gz
Eliminate an unused definition.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h
index 355cca5..e6c20c5 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -156,7 +156,6 @@ extern vm_paddr_t mips_wired_tlb_physmem_end;
extern u_int need_wired_tlb_page_pool;
#define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list))
-#define pmap_kernel() kernel_pmap
void pmap_bootstrap(void);
void *pmap_mapdev(vm_offset_t, vm_size_t);
OpenPOWER on IntegriCloud