aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-12-22 15:09:44 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-12-22 15:09:44 +0000
commit80d936c1406b087ebf99871a650db0d2b6faa00c (patch)
tree378dd1ca865714da4f5d4b03cf6d72c39a656c75
parent7b8a76ee7880b715d20befa89c7e316a32398ff6 (diff)
downloadxen-80d936c1406b087ebf99871a650db0d2b6faa00c.tar.gz
xen-80d936c1406b087ebf99871a650db0d2b6faa00c.tar.bz2
xen-80d936c1406b087ebf99871a650db0d2b6faa00c.zip
bitkeeper revision 1.1159.187.76 (41c98e38begOwNRIo47hn04zURXHJw)
Better idle_loop declaration, as suggested by IBM.
-rw-r--r--xen/arch/x86/domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c
index 360255a3fb..95dc9779a6 100644
--- a/xen/arch/x86/domain.c
+++ b/xen/arch/x86/domain.c
@@ -57,7 +57,7 @@ static void default_idle(void)
__sti();
}
-void idle_loop(void)
+static __attribute_used__ void idle_loop(void)
{
int cpu = smp_processor_id();
for ( ; ; )