From cf0567ecdec309b2995b80d2a634b5fb25391e0f Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 9 Oct 2005 14:52:13 +0000 Subject: Subtle changes to the powerpc fpu handling, basically fpuproc is handled in a non-raceable manner inside save_fpu and enable_fpu so that the eventual SMP case will not grab a half loaded fpu context. --- sys/arch/powerpc/include/fpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/powerpc/include') diff --git a/sys/arch/powerpc/include/fpu.h b/sys/arch/powerpc/include/fpu.h index b845691b37a..82cd06facb3 100644 --- a/sys/arch/powerpc/include/fpu.h +++ b/sys/arch/powerpc/include/fpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu.h,v 1.5 2001/09/01 15:49:05 drahn Exp $ */ +/* $OpenBSD: fpu.h,v 1.6 2005/10/09 14:52:12 drahn Exp $ */ /*- * Copyright (C) 1996 Wolfgang Solfrank. @@ -67,5 +67,5 @@ #define FPCSR_RN 0x00000003 void enable_fpu(struct proc *p); -void save_fpu(struct proc *p); +void save_fpu(void); #endif /* _POWERPC_FPU_H_ */ -- cgit v1.2.3