summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2003-07-02 22:09:29 +0000
committerdrahn <drahn@openbsd.org>2003-07-02 22:09:29 +0000
commit452271ba624268e66a49f7fbd997b8a2ece9a620 (patch)
treebaf012f6e4791c2d6f9b330164d6d875eb645402
parentUse defines for the interrupt type, not magic numbers. (diff)
downloadwireguard-openbsd-452271ba624268e66a49f7fbd997b8a2ece9a620.tar.xz
wireguard-openbsd-452271ba624268e66a49f7fbd997b8a2ece9a620.zip
[kick] fix merge error.
Diffstat (limited to '')
-rw-r--r--sys/arch/powerpc/powerpc/fpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/fpu.c b/sys/arch/powerpc/powerpc/fpu.c
index 2d4b206eb9b..559647ee978 100644
--- a/sys/arch/powerpc/powerpc/fpu.c
+++ b/sys/arch/powerpc/powerpc/fpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fpu.c,v 1.6 2003/07/02 21:57:52 drahn Exp $ */
+/* $OpenBSD: fpu.c,v 1.7 2003/07/02 22:09:29 drahn Exp $ */
/* $NetBSD: fpu.c,v 1.1 1996/09/30 16:34:44 ws Exp $ */
/*
@@ -96,7 +96,7 @@ void
save_fpu(p)
struct proc *p;
{
- int msr, scratch;
+ int msr;
struct pcb *pcb;
if (p == NULL)