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-changelog

[Xen-changelog] g/c struct work_struct declaration.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID eecb74e515fdebadb1a6f5f1b9ee658aad22c2dc
# Parent  4956ea5b1e345774d9d611bdb6f9769586a4ad20
g/c struct work_struct declaration.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 4956ea5b1e34 -r eecb74e515fd 
linux-2.6-xen-sparse/include/asm-xen/gnttab.h
--- a/linux-2.6-xen-sparse/include/asm-xen/gnttab.h     Tue Aug 23 09:25:46 2005
+++ b/linux-2.6-xen-sparse/include/asm-xen/gnttab.h     Tue Aug 23 09:33:48 2005
@@ -20,8 +20,6 @@
 /* NR_GRANT_FRAMES must be less than or equal to that configured in Xen */
 #define NR_GRANT_FRAMES 4
 #define NR_GRANT_ENTRIES (NR_GRANT_FRAMES * PAGE_SIZE / sizeof(grant_entry_t))
-
-struct work_struct;
 
 struct gnttab_free_callback {
     struct gnttab_free_callback *next;

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] g/c struct work_struct declaration., Xen patchbot -unstable <=