diff options
Diffstat (limited to 'include/asm-blackfin/page_offset.h')
-rw-r--r-- | include/asm-blackfin/page_offset.h | 6 |
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 0000000..3b671d5 --- /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 |