[PATCH] x86-64: Don't assign CPU numbers in SRAT parsing
[deliverable/linux.git] / include / asm-m68k / page_offset.h
1 #include <linux/config.h>
2
3 /* This handles the memory map.. */
4 #ifndef CONFIG_SUN3
5 #define PAGE_OFFSET_RAW 0x00000000
6 #else
7 #define PAGE_OFFSET_RAW 0x0E000000
8 #endif
9
This page took 0.030123 seconds and 5 git commands to generate.