Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include This doesn't need fpu.h, but should i...



details:   https://anonhg.NetBSD.org/src/rev/2b237b1d15ce
branches:  trunk
changeset: 326862:2b237b1d15ce
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Feb 20 18:20:39 2014 +0000

description:
This doesn't need fpu.h, but should include ucontext.h

diffstat:

 sys/arch/amd64/include/frame.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0770d1ced531 -r 2b237b1d15ce sys/arch/amd64/include/frame.h
--- a/sys/arch/amd64/include/frame.h    Thu Feb 20 18:19:09 2014 +0000
+++ b/sys/arch/amd64/include/frame.h    Thu Feb 20 18:20:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frame.h,v 1.16 2014/02/11 20:17:16 dsl Exp $   */
+/*     $NetBSD: frame.h,v 1.17 2014/02/20 18:20:39 dsl Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
 #ifdef __x86_64__
 
 #include <sys/signal.h>
-#include <x86/fpu.h>
+#include <sys/ucontext.h>
 #include <machine/frame_regs.h>
 
 /*
@@ -119,6 +119,7 @@
 };
 
 #ifdef _KERNEL
+struct lwp;
 void buildcontext(struct lwp *, void *, void *);
 #endif
 



Home | Main Index | Thread Index | Old Index