svn commit: r205361 - head/sys/mips/mips

Neel Natu neel at FreeBSD.org
Sat Mar 20 05:10:44 UTC 2010


Author: neel
Date: Sat Mar 20 05:10:44 2010
New Revision: 205361
URL: http://svn.freebsd.org/changeset/base/205361

Log:
  Get rid of unused macro MIPS_MEM_RID.
  
  Suggested by: Alexandr Rybalko (ray at dlink.ua)

Modified:
  head/sys/mips/mips/nexus.c

Modified: head/sys/mips/mips/nexus.c
==============================================================================
--- head/sys/mips/mips/nexus.c	Sat Mar 20 05:07:15 2010	(r205360)
+++ head/sys/mips/mips/nexus.c	Sat Mar 20 05:10:44 2010	(r205361)
@@ -73,7 +73,6 @@ struct nexus_device {
 
 #define DEVTONX(dev)	((struct nexus_device *)device_get_ivars(dev))
 #define NUM_MIPS_IRQS	6
-#define MIPS_MEM_RID	0x20
 
 static struct rman irq_rman;
 static struct rman mem_rman;


More information about the svn-src-head mailing list