Module Name: src
Committed By: uwe
Date: Wed Jan 26 19:07:43 UTC 2011
Modified Files:
src/sys/arch/sh3/include: psl.h
Log Message:
Add sh4 PSL_FD - FPU disable bit.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sh3/include/psl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sh3/include/psl.h
diff -u src/sys/arch/sh3/include/psl.h:1.10 src/sys/arch/sh3/include/psl.h:1.11
--- src/sys/arch/sh3/include/psl.h:1.10 Fri Jan 4 20:10:12 2008
+++ src/sys/arch/sh3/include/psl.h Wed Jan 26 19:07:42 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.10 2008/01/04 20:10:12 uwe Exp $ */
+/* $NetBSD: psl.h,v 1.11 2011/01/26 19:07:42 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -45,6 +45,7 @@
#define PSL_IMASK 0x000000f0 /* Interrupt Mask bit */
#define PSL_QBIT 0x00000100 /* Q bit */
#define PSL_MBIT 0x00000200 /* M bit */
+#define PSL_FD 0x00008000 /* FPU Disable bit */
#define PSL_BL 0x10000000 /* Exception Block bit */
#define PSL_RB 0x20000000 /* Register Bank bit */
#define PSL_MD 0x40000000 /* Processor Mode bit */