Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 22:15:53 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222041 - head/sys/i386/include/xen
Message-ID:  <201105172215.p4HMFrYP049276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Tue May 17 22:15:53 2011
New Revision: 222041
URL: http://svn.freebsd.org/changeset/base/222041

Log:
  Remove an unused typedef.
  
  Tested by:	sbruno, pluknet

Modified:
  head/sys/i386/include/xen/xenvar.h

Modified: head/sys/i386/include/xen/xenvar.h
==============================================================================
--- head/sys/i386/include/xen/xenvar.h	Tue May 17 22:14:00 2011	(r222040)
+++ head/sys/i386/include/xen/xenvar.h	Tue May 17 22:15:53 2011	(r222041)
@@ -99,7 +99,6 @@ void xpq_init(void);
 	(((bits)+BITS_PER_LONG-1)/BITS_PER_LONG)
 #define DECLARE_BITMAP(name,bits) \
 	unsigned long name[BITS_TO_LONGS(bits)]
-typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } xen_cpumask_t;
 
 int  xen_create_contiguous_region(vm_page_t pages, int npages);
 



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