aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/processor_32.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-04-01 14:45:48 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-01 14:45:48 -0400
commit10027471a305c5491d23add394041120720e8a11 (patch)
tree9e3c91a56ba45d4beb26f8ae84021b1897da460d /include/asm-sh/processor_32.h
parent61434392f797cf89872bda87dff8b3395edf4108 (diff)
parent26b63e995113dd48fde66c0d0d65eecc6df53172 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25
* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25: sh: Fix up uImage compression type remove include/asm-sh/floppy.h sh: Fix TIF_USEDFPU clearing under FPU emulation. sh: Fix occasional FPU register corruption under preempt.
Diffstat (limited to 'include/asm-sh/processor_32.h')
-rw-r--r--include/asm-sh/processor_32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/processor_32.h b/include/asm-sh/processor_32.h
index df2d5b039ef4..c09305d6a9d9 100644
--- a/include/asm-sh/processor_32.h
+++ b/include/asm-sh/processor_32.h
@@ -70,6 +70,7 @@ extern struct sh_cpuinfo cpu_data[];
70 */ 70 */
71#define SR_DSP 0x00001000 71#define SR_DSP 0x00001000
72#define SR_IMASK 0x000000f0 72#define SR_IMASK 0x000000f0
73#define SR_FD 0x00008000
73 74
74/* 75/*
75 * FPU structure and data 76 * FPU structure and data