Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 2010 05:10:44 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r205361 - head/sys/mips/mips
Message-ID:  <201003200510.o2K5AiUk074623@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003200510.o2K5AiUk074623>