Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/cherry-xenmp]: src/sys/arch/i386/isa Make this build without options MUL...



details:   https://anonhg.NetBSD.org/src/rev/2bc0835b2e72
branches:  cherry-xenmp
changeset: 765650:2bc0835b2e72
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Oct 25 20:16:12 2011 +0000

description:
Make this build without options MULTIPROCESSOR

diffstat:

 sys/arch/i386/isa/npx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1590f592ae19 -r 2bc0835b2e72 sys/arch/i386/isa/npx.c
--- a/sys/arch/i386/isa/npx.c   Sat Oct 22 22:42:20 2011 +0000
+++ b/sys/arch/i386/isa/npx.c   Tue Oct 25 20:16:12 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npx.c,v 1.139.6.2 2011/07/31 20:49:11 cherry Exp $     */
+/*     $NetBSD: npx.c,v 1.139.6.3 2011/10/25 20:16:12 bouyer Exp $     */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npx.c,v 1.139.6.2 2011/07/31 20:49:11 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npx.c,v 1.139.6.3 2011/10/25 20:16:12 bouyer Exp $");
 
 #if 0
 #define IPRINTF(x)     printf x
@@ -720,7 +720,7 @@
                }
                splx(s);
 #ifdef XEN
-               xen_send_ipi(oci, XEN_IPI_SYNCH_FPU);
+               (void)xen_send_ipi(oci, XEN_IPI_SYNCH_FPU);
 #else /* XEN */
                x86_send_ipi(oci, X86_IPI_SYNCH_FPU);
 #endif



Home | Main Index | Thread Index | Old Index