sh: Share bug/debug traps across _32 and _64.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2007-11-20 18:08:06 +09:00
parent 811d50cb43
commit 5a4f7c66be
10 changed files with 102 additions and 89 deletions

View 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__ */