5a668651bf
The CPU family abstraction already exists, so move out the PXSEG definition for each one. SH-2A already has this special cased, and SH-5 will as well. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
251 B
C
10 lines
251 B
C
#ifndef __ASM_SH_CPU_SH2A_ADDRSPACE_H
|
|
#define __ASM_SH_CPU_SH2A_ADDRSPACE_H
|
|
|
|
#define P0SEG 0x00000000
|
|
#define P1SEG 0x00000000
|
|
#define P2SEG 0x20000000
|
|
#define P3SEG 0x00000000
|
|
#define P4SEG 0x80000000
|
|
|
|
#endif /* __ASM_SH_CPU_SH2A_ADDRSPACE_H */
|