WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [patch] remove obsolete struct

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [patch] remove obsolete struct
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Mon, 01 May 2006 16:43:32 -0500
Delivery-date: Mon, 01 May 2006 14:42:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
As far as I can tell, privcmd_blkmsg(_t) isn't used. I've built Linux on
x86-32 with this change.

-- 
Hollis Blanchard
IBM Linux Technology Center

Remove obsolete privcmd_blkmsg struct.

Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>

diff -r dc3c59367403 linux-2.6-xen-sparse/include/xen/public/privcmd.h
--- a/linux-2.6-xen-sparse/include/xen/public/privcmd.h Mon May 01 17:44:51 
2006 +0100
+++ b/linux-2.6-xen-sparse/include/xen/public/privcmd.h Mon May 01 16:40:20 
2006 -0500
@@ -62,13 +62,6 @@ typedef struct privcmd_mmapbatch {
        unsigned long __user *arr; /* array of mfns - top nibble set on err */
 } privcmd_mmapbatch_t;

-typedef struct privcmd_blkmsg
-{
-       unsigned long op;
-       void         *buf;
-       int           buf_size;
-} privcmd_blkmsg_t;
-
 /*
  * @cmd: IOCTL_PRIVCMD_HYPERCALL
  * @arg: &privcmd_hypercall_t



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [patch] remove obsolete struct, Hollis Blanchard <=