From cf7e961ca7fe9787c2e9b320d9e9564d01daeea6 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 2 Jun 2006 12:14:27 +0100 Subject: [PATCH] Use halt() instead of asm("hlt"). Signed-off-by: Jan Beulich --- linux-2.6-xen-sparse/arch/x86_64/kernel/smp-xen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/x86_64/kernel/smp-xen.c b/linux-2.6-xen-sparse/arch/x86_64/kernel/smp-xen.c index 148bb939f2..0406973b1d 100644 --- a/linux-2.6-xen-sparse/arch/x86_64/kernel/smp-xen.c +++ b/linux-2.6-xen-sparse/arch/x86_64/kernel/smp-xen.c @@ -488,7 +488,7 @@ static void smp_really_stop_cpu(void *dummy) { smp_stop_cpu(); for (;;) - asm("hlt"); + halt(); } void smp_send_stop(void) -- 2.30.2