spi: efm32: Convert to use GPIO descriptors
[linux/fpc-iii.git] / arch / m68k / include / asm / page_offset.h
blob11dc3cb8c35bc00501d7534c63426639564f008e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* This handles the memory map.. */
4 #if defined(CONFIG_RAMBASE)
5 #define PAGE_OFFSET_RAW CONFIG_RAMBASE
6 #elif defined(CONFIG_SUN3)
7 #define PAGE_OFFSET_RAW 0x0E000000
8 #else
9 #define PAGE_OFFSET_RAW 0x00000000
10 #endif