| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/plat-versatile/headsmp.S |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (c) 2003 ARM Limited |
|---|
| 5 | 6 | * All Rights Reserved |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | #include <linux/linkage.h> |
|---|
| 12 | 9 | #include <linux/init.h> |
|---|
| .. | .. |
|---|
| 37 | 34 | |
|---|
| 38 | 35 | .align |
|---|
| 39 | 36 | 1: .long . |
|---|
| 40 | | - .long pen_release |
|---|
| 37 | + .long versatile_cpu_release |
|---|
| 41 | 38 | ENDPROC(versatile_secondary_startup) |
|---|