You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <linux/config.h>
|
|
|
|
/* This handles the memory map.. */
|
|
#ifndef CONFIG_SUN3
|
|
#define PAGE_OFFSET_RAW 0x00000000
|
|
#else
|
|
#define PAGE_OFFSET_RAW 0x0E000000
|
|
#endif
|
|
|
|
|