From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/arch/blackfin/include/asm/page_offset.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linux/arch/blackfin/include/asm/page_offset.h (limited to 'linux/arch/blackfin/include/asm/page_offset.h') diff --git a/linux/arch/blackfin/include/asm/page_offset.h b/linux/arch/blackfin/include/asm/page_offset.h new file mode 100644 index 00000000..d06a89b8 --- /dev/null +++ b/linux/arch/blackfin/include/asm/page_offset.h @@ -0,0 +1,11 @@ +/* + * This handles the memory map + * + * Copyright 2004-2008 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + */ + +#ifdef CONFIG_BLACKFIN +#define PAGE_OFFSET_RAW 0x00000000 +#endif -- cgit