License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / mn10300 / include / asm / page_offset.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* MN10300 Kernel base address
3  *
4  * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
5  * Written by David Howells (dhowells@redhat.com)
6  */
7 #ifndef _ASM_PAGE_OFFSET_H
8 #define _ASM_PAGE_OFFSET_H
9
10 #define PAGE_OFFSET_RAW CONFIG_KERNEL_RAM_BASE_ADDRESS
11
12 #endif