Repair a sentence.

This commit is contained in:
kleink 2004-06-26 16:04:55 +00:00
parent 8e940884ca
commit 5b37ad104f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: psl.h,v 1.10 2004/04/15 21:07:06 matt Exp $ */
/* $NetBSD: psl.h,v 1.11 2004/06/26 16:04:55 kleink Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -84,7 +84,7 @@
* A user is not allowed to change any MSR bits except the following:
* We restrict the test to the low 16 bits of the MSR since those are the
* only ones preserved in the trap. Note that this means PSL_VEC needs to
* restored the SRR1 in userret.
* be restored to SRR1 in userret.
*/
#define PSL_USERSRR1 ((PSL_USERSET|PSL_USERMOD) & 0xFFFF)
#define PSL_USERMOD (PSL_VEC|PSL_FP|PSL_FE0|PSL_FE1|PSL_LE|PSL_SE|PSL_BE)