.. | .. |
---|
1 | | -/* |
---|
2 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
3 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
4 | | - * for more details. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 |
---|
5 | 2 | * |
---|
6 | 3 | * Copyright (C) 1999 by Kaz Kojima |
---|
7 | 4 | * |
---|
.. | .. |
---|
9 | 6 | */ |
---|
10 | 7 | #ifndef __ASM_SH_ADDRSPACE_H |
---|
11 | 8 | #define __ASM_SH_ADDRSPACE_H |
---|
12 | | - |
---|
13 | | -#ifdef __KERNEL__ |
---|
14 | 9 | |
---|
15 | 10 | #include <cpu/addrspace.h> |
---|
16 | 11 | |
---|
.. | .. |
---|
65 | 60 | #define P3_ADDR_MAX P4SEG |
---|
66 | 61 | #endif |
---|
67 | 62 | |
---|
68 | | -#endif /* __KERNEL__ */ |
---|
69 | 63 | #endif /* __ASM_SH_ADDRSPACE_H */ |
---|