aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 20:00:22 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 20:00:22 +0000
commit182081c09aa3b865d1f2cb03d31566b0cc83f4df (patch)
treeaef4500d9738000356c883be1223d2b73abe91fb
parentd26ed5e0bedd1f234ec4e0872ddea6db6afaf434 (diff)
downloadxen-182081c09aa3b865d1f2cb03d31566b0cc83f4df.tar.gz
xen-182081c09aa3b865d1f2cb03d31566b0cc83f4df.tar.bz2
xen-182081c09aa3b865d1f2cb03d31566b0cc83f4df.zip
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>
-rw-r--r--xen/include/xen/sched.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h
index e1af30ed2d..5844975790 100644
--- a/xen/include/xen/sched.h
+++ b/xen/include/xen/sched.h
@@ -167,8 +167,6 @@ struct domain_setup_info
unsigned int xen_elf_image;
};
-#include <asm/uaccess.h> /* for KERNEL_DS */
-
extern struct domain idle0_domain;
extern struct exec_domain idle0_exec_domain;
@@ -275,8 +273,6 @@ extern void context_switch(
extern void continue_running(
struct exec_domain *same);
-void domain_init(void);
-
int idle_cpu(int cpu); /* Is CPU 'cpu' idle right now? */
void startup_cpu_idle_loop(void);