Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 01:33:25 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240181 - head/sys/arm/include
Message-ID:  <201209070133.q871XPS8016297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alc
Date: Fri Sep  7 01:33:25 2012
New Revision: 240181
URL: http://svn.freebsd.org/changeset/base/240181

Log:
  Eliminate an unused macro.

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

Modified: head/sys/arm/include/pmap.h
==============================================================================
--- head/sys/arm/include/pmap.h	Fri Sep  7 00:24:27 2012	(r240180)
+++ head/sys/arm/include/pmap.h	Fri Sep  7 01:33:25 2012	(r240181)
@@ -124,13 +124,6 @@ struct	md_page {
 	TAILQ_HEAD(,pv_entry)	pv_list;
 };
 
-#define	VM_MDPAGE_INIT(pg)						\
-do {									\
-	TAILQ_INIT(&pg->pv_list);					\
-	mtx_init(&(pg)->md_page.pvh_mtx, "MDPAGE Mutex", NULL, MTX_DEV);\
-	(pg)->mdpage.pvh_attrs = 0;					\
-} while (/*CONSTCOND*/0)
-
 struct l1_ttable;
 struct l2_dtable;
 



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