aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2011-12-21 14:26:09 +0100
committerJan Beulich <jbeulich@suse.com>2011-12-21 14:26:09 +0100
commit68471b6a19c21353c8c849d3205af690e3cf7e38 (patch)
tree117790fab6be2197cdab175c14ac5517175735fc /xen/include/asm-x86/setup.h
parent2a117bba4b2be20c585a0b0987e1f70594b4dc7a (diff)
downloadxen-68471b6a19c21353c8c849d3205af690e3cf7e38.tar.gz
xen-68471b6a19c21353c8c849d3205af690e3cf7e38.tar.bz2
xen-68471b6a19c21353c8c849d3205af690e3cf7e38.zip
x86: reduce scope of some symbols used with reset_stack_and_jump()
By making the macro properly advertise the use of the input symbol to the compiler, it is no longer necessary for them to be global if they're defined and used in just one source file. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/setup.h')
-rw-r--r--xen/include/asm-x86/setup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/setup.h b/xen/include/asm-x86/setup.h
index b684f01348..aeabb50423 100644
--- a/xen/include/asm-x86/setup.h
+++ b/xen/include/asm-x86/setup.h
@@ -7,8 +7,6 @@
extern bool_t early_boot;
extern unsigned long xenheap_initial_phys_start;
-void init_done(void);
-
void early_cpu_init(void);
void early_time_init(void);
void early_page_fault(void);