summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/psl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h
index 6a7e233..302d469 100644
--- a/sys/i386/include/psl.h
+++ b/sys/i386/include/psl.h
@@ -83,6 +83,6 @@
* 386's.
*/
#define PSL_USERCHANGE (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_T \
- | PSL_D | PSL_V | PSL_NT | PSL_AC)
+ | PSL_D | PSL_V | PSL_NT | PSL_AC | PSL_ID)
#endif /* !_MACHINE_PSL_H_ */
OpenPOWER on IntegriCloud