Source-Changes-HG archive

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

[src/trunk]: src/sys/kern More rump-ing. I will split this into two files du...



details:   https://anonhg.NetBSD.org/src/rev/b6839840eb40
branches:  trunk
changeset: 466280:b6839840eb40
user:      ad <ad%NetBSD.org@localhost>
date:      Tue Dec 17 00:59:14 2019 +0000

description:
More rump-ing.  I will split this into two files during the week.

diffstat:

 sys/kern/kern_cpu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0ca63dc01f5f -r b6839840eb40 sys/kern/kern_cpu.c
--- a/sys/kern/kern_cpu.c       Tue Dec 17 00:51:28 2019 +0000
+++ b/sys/kern/kern_cpu.c       Tue Dec 17 00:59:14 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_cpu.c,v 1.84 2019/12/17 00:51:28 ad Exp $ */
+/*     $NetBSD: kern_cpu.c,v 1.85 2019/12/17 00:59:14 ad Exp $ */
 
 /*-
  * Copyright (c) 2007, 2008, 2009, 2010, 2012, 2019 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v 1.84 2019/12/17 00:51:28 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v 1.85 2019/12/17 00:59:14 ad Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_cpu_ucode.h"
@@ -495,7 +495,7 @@
        return cpu_model;
 }
 
-#ifdef __HAVE_INTR_CONTROL
+#if defined(__HAVE_INTR_CONTROL) && !defined(_RUMPKERNEL) /* XXX */
 static void
 cpu_xc_intr(struct cpu_info *ci, void *unused)
 {



Home | Main Index | Thread Index | Old Index