hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/microblaze/include/asm/setup.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
34 * Copyright (C) 2007-2009 PetaLogix
45 * 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.
96 */
107 #ifndef _ASM_MICROBLAZE_SETUP_H
118 #define _ASM_MICROBLAZE_SETUP_H
....@@ -13,8 +10,6 @@
1310 #include <uapi/asm/setup.h>
1411
1512 # ifndef __ASSEMBLY__
16
-extern unsigned int boot_cpuid; /* move to smp.h */
17
-
1813 extern char cmd_line[COMMAND_LINE_SIZE];
1914
2015 extern char *klimit;