sh: Share bug/debug traps across _32 and _64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user