Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Passify rump build.
details: https://anonhg.NetBSD.org/src/rev/01fccb7dd87d
branches: trunk
changeset: 967700:01fccb7dd87d
user: ad <ad%NetBSD.org@localhost>
date: Wed Dec 18 19:40:34 2019 +0000
description:
Passify rump build.
diffstat:
sys/kern/kern_cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r d4b29b6e5b5d -r 01fccb7dd87d sys/kern/kern_cpu.c
--- a/sys/kern/kern_cpu.c Wed Dec 18 18:40:19 2019 +0000
+++ b/sys/kern/kern_cpu.c Wed Dec 18 19:40:34 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_cpu.c,v 1.85 2019/12/17 00:59:14 ad Exp $ */
+/* $NetBSD: kern_cpu.c,v 1.86 2019/12/18 19:40:34 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.85 2019/12/17 00:59:14 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v 1.86 2019/12/18 19:40:34 ad Exp $");
#ifdef _KERNEL_OPT
#include "opt_cpu_ucode.h"
@@ -91,13 +91,13 @@
* verify that the claim is true. This will prevent them from getting out
* of sync.
*/
+#ifndef _RUMPKERNEL /* XXX temporary */
#ifdef __HAVE_CPU_DATA_FIRST
CTASSERT(offsetof(struct cpu_info, ci_data) == 0);
#else
CTASSERT(offsetof(struct cpu_info, ci_data) != 0);
#endif
-#ifndef _RUMPKERNEL /* XXX temporary */
static void cpu_xc_online(struct cpu_info *, void *);
static void cpu_xc_offline(struct cpu_info *, void *);
Home |
Main Index |
Thread Index |
Old Index