aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/page_offset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/page_offset.h')
-rw-r--r--include/asm-blackfin/page_offset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-blackfin/page_offset.h b/include/asm-blackfin/page_offset.h
new file mode 100644
index 000000000000..3b671d5fd70d
--- /dev/null
+++ b/include/asm-blackfin/page_offset.h
@@ -0,0 +1,6 @@
+
+/* This handles the memory map.. */
+
+#ifdef CONFIG_BFIN
+#define PAGE_OFFSET_RAW 0x00000000
+#endif