]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/types.h
sh: Fix TIF_USEDFPU clearing under FPU emulation.
[linux-2.6-omap-h63xx.git] / include / asm-sh / types.h
index 7ba69d9707eff7eecc876b345469ee81a8461866..a6e1d4126e6756fdc0dbf78f345637bc42eb3b72 100644 (file)
@@ -52,6 +52,12 @@ typedef unsigned long long u64;
 
 typedef u32 dma_addr_t;
 
+#ifdef CONFIG_SUPERH32
+typedef u16 opcode_t;
+#else
+typedef u32 opcode_t;
+#endif
+
 #endif /* __ASSEMBLY__ */
 
 #endif /* __KERNEL__ */