aboutsummaryrefslogtreecommitdiff
path: root/include/asm-mn10300/page_offset.h
blob: 8eb5b16ad86b68e2582dff27b3a01b12fe6965f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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