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] sched.h:

ChangeSet 1.1647, 2005/06/02 21:00:22+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        sched.h:
          g/c unneeded include and prototype for function which doesn't even 
exist.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 sched.h |    4 ----
 1 files changed, 4 deletions(-)


diff -Nru a/xen/include/xen/sched.h b/xen/include/xen/sched.h
--- a/xen/include/xen/sched.h   2005-06-02 18:03:32 -04:00
+++ b/xen/include/xen/sched.h   2005-06-02 18:03:32 -04:00
@@ -167,8 +167,6 @@
     unsigned int xen_elf_image;
 };
 
-#include <asm/uaccess.h> /* for KERNEL_DS */
-
 extern struct domain idle0_domain;
 extern struct exec_domain idle0_exec_domain;
 
@@ -274,8 +272,6 @@
 /* Called by the scheduler to continue running the current exec_domain. */
 extern void continue_running(
     struct exec_domain *same);
-
-void domain_init(void);
 
 int idle_cpu(int cpu); /* Is CPU 'cpu' idle right now? */
 

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

<Prev in Thread] Current Thread [Next in Thread>