.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> |
---|
3 | 4 | * Copyright (C) 2007-2009 PetaLogix |
---|
4 | 5 | * Copyright (C) 2006 Atmark Techno, Inc. |
---|
5 | | - * |
---|
6 | | - * This file is subject to the terms and conditions of the GNU General Public |
---|
7 | | - * License. See the file "COPYING" in the main directory of this archive |
---|
8 | | - * for more details. |
---|
9 | 6 | */ |
---|
10 | 7 | #ifndef _ASM_MICROBLAZE_SETUP_H |
---|
11 | 8 | #define _ASM_MICROBLAZE_SETUP_H |
---|
.. | .. |
---|
13 | 10 | #include <uapi/asm/setup.h> |
---|
14 | 11 | |
---|
15 | 12 | # ifndef __ASSEMBLY__ |
---|
16 | | -extern unsigned int boot_cpuid; /* move to smp.h */ |
---|
17 | | - |
---|
18 | 13 | extern char cmd_line[COMMAND_LINE_SIZE]; |
---|
19 | 14 | |
---|
20 | 15 | extern char *klimit; |
---|