mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
11 lines
192 B
C
11 lines
192 B
C
/*
|
|
* 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
|