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.
12 lines
263 B
12 lines
263 B
17 years ago
|
/* MN10300 Kernel base address
|
||
|
*
|
||
|
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
|
||
|
* Written by David Howells (dhowells@redhat.com)
|
||
|
*/
|
||
|
#ifndef _ASM_PAGE_OFFSET_H
|
||
|
#define _ASM_PAGE_OFFSET_H
|
||
|
|
||
|
#define PAGE_OFFSET_RAW CONFIG_KERNEL_RAM_BASE_ADDRESS
|
||
|
|
||
|
#endif
|