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/9db7c0738da9
branches: trunk
changeset: 793602:9db7c0738da9
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 45af026ce1ac -r 9db7c0738da9 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