White space nit.

This commit is contained in:
simonb 2005-01-19 11:41:07 +00:00
parent daeec6c990
commit d22ebd9247
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.23 2004/09/02 08:22:58 scw Exp $ */
/* $NetBSD: trap.c,v 1.24 2005/01/19 11:41:07 simonb Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.23 2004/09/02 08:22:58 scw Exp $");
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.24 2005/01/19 11:41:07 simonb Exp $");
#include "opt_altivec.h"
#include "opt_ddb.h"
@ -330,7 +330,7 @@ trap(struct trapframe *frame)
*
* let's try to see if it's FPU and can be emulated.
*/
uvmexp.traps ++;
uvmexp.traps++;
if (!(l->l_addr->u_pcb.pcb_flags & PCB_FPU)) {
memset(&l->l_addr->u_pcb.pcb_fpu, 0,
sizeof l->l_addr->u_pcb.pcb_fpu);