Source-Changes-HG archive

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

[src/trunk]: src/sys/arch unbreak the build. #include <sys/cpu.h>



details:   https://anonhg.NetBSD.org/src/rev/6d5a60f84bff
branches:  trunk
changeset: 768202:6d5a60f84bff
user:      cherry <cherry%NetBSD.org@localhost>
date:      Thu Aug 11 18:36:13 2011 +0000

description:
unbreak the build. #include <sys/cpu.h>

diffstat:

 sys/arch/amd64/amd64/fpu.c |  5 +++--
 sys/arch/i386/isa/npx.c    |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (51 lines):

diff -r 700e471fa437 -r 6d5a60f84bff sys/arch/amd64/amd64/fpu.c
--- a/sys/arch/amd64/amd64/fpu.c        Thu Aug 11 18:11:17 2011 +0000
+++ b/sys/arch/amd64/amd64/fpu.c        Thu Aug 11 18:36:13 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu.c,v 1.37 2011/08/11 18:05:11 cherry Exp $  */
+/*     $NetBSD: fpu.c,v 1.38 2011/08/11 18:36:14 cherry Exp $  */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.  All
@@ -100,13 +100,14 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu.c,v 1.37 2011/08/11 18:05:11 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu.c,v 1.38 2011/08/11 18:36:14 cherry Exp $");
 
 #include "opt_multiprocessor.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/conf.h>
+#include <sys/cpu.h>
 #include <sys/file.h>
 #include <sys/proc.h>
 #include <sys/ioctl.h>
diff -r 700e471fa437 -r 6d5a60f84bff sys/arch/i386/isa/npx.c
--- a/sys/arch/i386/isa/npx.c   Thu Aug 11 18:11:17 2011 +0000
+++ b/sys/arch/i386/isa/npx.c   Thu Aug 11 18:36:13 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npx.c,v 1.142 2011/08/11 18:05:11 cherry Exp $ */
+/*     $NetBSD: npx.c,v 1.143 2011/08/11 18:36:13 cherry Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npx.c,v 1.142 2011/08/11 18:05:11 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npx.c,v 1.143 2011/08/11 18:36:13 cherry Exp $");
 
 #if 0
 #define IPRINTF(x)     printf x
@@ -110,6 +110,7 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/conf.h>
+#include <sys/cpu.h>
 #include <sys/file.h>
 #include <sys/proc.h>
 #include <sys/ioctl.h>



Home | Main Index | Thread Index | Old Index