Remove PSL_SPV from BOOKE PSL_USERMOD

This commit is contained in:
matt 2015-07-06 05:36:26 +00:00
parent 7579c67f0d
commit c1ada760b2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: psl.h,v 1.19 2014/02/28 05:27:38 matt Exp $ */
/* $NetBSD: psl.h,v 1.20 2015/07/06 05:36:26 matt Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -112,7 +112,7 @@ extern register_t cpu_psluserset, cpu_pslusermod, cpu_pslusermask;
#elif defined(PPC_BOOKE)
#define PSL_USERSET (PSL_EE | PSL_PR | PSL_IS | PSL_DS | PSL_ME | PSL_CE | PSL_DE)
#define PSL_USERMASK (PSL_SPV | PSL_CE | 0xFFFF)
#define PSL_USERMOD (PSL_SPV)
#define PSL_USERMOD (0)
#else /* PPC_IBM4XX */
#ifdef PPC_IBM403
#define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR | PSL_ME)