aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-08 18:58:52 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:39 +0900
commita096a7e4762f685364df5ca03394eb63bbdb93df (patch)
treeafcbec9cff2a77a2ac106afd4f05396549bf363e
parentsh: BUGFLAG_WARNING needs GENERIC_BUG. (diff)
downloadlinux-dev-a096a7e4762f685364df5ca03394eb63bbdb93df.tar.xz
linux-dev-a096a7e4762f685364df5ca03394eb63bbdb93df.zip
sh: Add addrspace.h segmentation stub for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--include/asm-sh/cpu-sh5/addrspace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh5/addrspace.h b/include/asm-sh/cpu-sh5/addrspace.h
new file mode 100644
index 000000000000..844c5210e8ed
--- /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 */