projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1cd93e
)
sh: Add addrspace.h segmentation stub for SH-5.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 8 Nov 2007 09:58:52 +0000
(18:58 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:39 +0000
(13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/cpu-sh5/addrspace.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/asm-sh/cpu-sh5/addrspace.h
b/include/asm-sh/cpu-sh5/addrspace.h
new file mode 100644
(file)
index 0000000..
844c521
--- /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 */