debuggers.hg
changeset 3351:391b2a76a749
bitkeeper revision 1.1159.187.74 (41c953ealJmY2VJCIiNeCD6z_r0Egg)
Fix idle loop declaration.
Fix idle loop declaration.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed Dec 22 11:00:58 2004 +0000 (2004-12-22) |
parents | 52a19a143c6b |
children | 32952707e391 fbfa79f89dfa |
files | xen/arch/x86/domain.c |
line diff
1.1 --- a/xen/arch/x86/domain.c Tue Dec 21 16:14:52 2004 +0000 1.2 +++ b/xen/arch/x86/domain.c Wed Dec 22 11:00:58 2004 +0000 1.3 @@ -57,7 +57,7 @@ static void default_idle(void) 1.4 __sti(); 1.5 } 1.6 1.7 -static void idle_loop(void) 1.8 +void idle_loop(void) 1.9 { 1.10 int cpu = smp_processor_id(); 1.11 for ( ; ; )