svn commit: r188431 - head/sys/mips/include

Alan Cox alc at FreeBSD.org
Mon Feb 9 22:08:29 PST 2009


Author: alc
Date: Tue Feb 10 06:08:28 2009
New Revision: 188431
URL: http://svn.freebsd.org/changeset/base/188431

Log:
  Eliminate an unused definition.

Modified:
  head/sys/mips/include/pmap.h

Modified: head/sys/mips/include/pmap.h
==============================================================================
--- head/sys/mips/include/pmap.h	Tue Feb 10 04:56:08 2009	(r188430)
+++ head/sys/mips/include/pmap.h	Tue Feb 10 06:08:28 2009	(r188431)
@@ -156,7 +156,6 @@ extern vm_paddr_t mips_wired_tlb_physmem
 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);


More information about the svn-src-head mailing list