hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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