xref: /kernel/linux/linux-5.10/arch/arm/mach-rockchip/headsmp.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/mach-rockchip/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2013 MundoReader S.L.
48c2ecf20Sopenharmony_ci * Author: Heiko Stuebner <heiko@sntech.de>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci#include <linux/linkage.h>
78c2ecf20Sopenharmony_ci#include <linux/init.h>
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciENTRY(rockchip_secondary_trampoline)
108c2ecf20Sopenharmony_ci	ldr	pc, 1f
118c2ecf20Sopenharmony_ciENDPROC(rockchip_secondary_trampoline)
128c2ecf20Sopenharmony_ci	.globl	rockchip_boot_fn
138c2ecf20Sopenharmony_cirockchip_boot_fn:
148c2ecf20Sopenharmony_ci1:	.space	4
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciENTRY(rockchip_secondary_trampoline_end)
17

Indexes created Thu Nov 07 10:32:03 CST 2024