]> Git Repo - linux.git/blob - arch/m68k/include/asm/page_offset.h
ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
[linux.git] / arch / m68k / include / asm / page_offset.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* This handles the memory map.. */
3
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
This page took 0.03166 seconds and 4 git commands to generate.