forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/mach-zynq/headsmp.S
....@@ -1,15 +1,14 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2013 Steffen Trumtrar <s.trumtrar@pengutronix.de>
34 * Copyright (c) 2012-2013 Xilinx
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
85 */
96 #include <linux/linkage.h>
107 #include <linux/init.h>
118 #include <asm/assembler.h>
129
10
+ .arm
11
+
1312 ENTRY(zynq_secondary_trampoline)
1413 ARM_BE8(setend be) @ ensure we are in BE8 mode
1514 ldr r0, zynq_secondary_trampoline_jump