From: Paul Mundt Date: Thu, 8 Nov 2007 09:58:52 +0000 (+0900) Subject: sh: Add addrspace.h segmentation stub for SH-5. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a096a7e4762f685364df5ca03394eb63bbdb93df;p=linux.git sh: Add addrspace.h segmentation stub for SH-5. Signed-off-by: Paul Mundt --- diff --git a/include/asm-sh/cpu-sh5/addrspace.h b/include/asm-sh/cpu-sh5/addrspace.h new file mode 100644 index 0000000000000..844c5210e8ed2 --- /dev/null +++ b/include/asm-sh/cpu-sh5/addrspace.h @@ -0,0 +1,6 @@ +#ifndef __ASM_SH_CPU_SH5_ADDRSPACE_H +#define __ASM_SH_CPU_SH5_ADDRSPACE_H + +/* No segmentation.. */ + +#endif /* __ASM_SH_CPU_SH5_ADDRSPACE_H */