ia64/xen-unstable
changeset 5283:f4e64de58162
bitkeeper revision 1.1647 (429f65565B2MImxe97HP-SSMYr5JPw)
sched.h:
g/c unneeded include and prototype for function which doesn't even exist.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
sched.h:
g/c unneeded include and prototype for function which doesn't even exist.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu Jun 02 20:00:22 2005 +0000 (2005-06-02) |
parents | 209e087e9ba2 |
children | 61942334e30c |
files | xen/include/xen/sched.h |
line diff
1.1 --- a/xen/include/xen/sched.h Thu Jun 02 19:56:46 2005 +0000 1.2 +++ b/xen/include/xen/sched.h Thu Jun 02 20:00:22 2005 +0000 1.3 @@ -167,8 +167,6 @@ struct domain_setup_info 1.4 unsigned int xen_elf_image; 1.5 }; 1.6 1.7 -#include <asm/uaccess.h> /* for KERNEL_DS */ 1.8 - 1.9 extern struct domain idle0_domain; 1.10 extern struct exec_domain idle0_exec_domain; 1.11 1.12 @@ -275,8 +273,6 @@ extern void context_switch( 1.13 extern void continue_running( 1.14 struct exec_domain *same); 1.15 1.16 -void domain_init(void); 1.17 - 1.18 int idle_cpu(int cpu); /* Is CPU 'cpu' idle right now? */ 1.19 1.20 void startup_cpu_idle_loop(void);