| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/mach-spear13XX/headsmp.S |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Picked from realview |
|---|
| 5 | 6 | * Copyright (c) 2012 ST Microelectronics Limited |
|---|
| 6 | 7 | * Shiraz Hashim <shiraz.linux.kernel@gmail.com> |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #include <linux/linkage.h> |
|---|
| .. | .. |
|---|
| 43 | 40 | |
|---|
| 44 | 41 | .align |
|---|
| 45 | 42 | 1: .long . |
|---|
| 46 | | - .long pen_release |
|---|
| 43 | + .long spear_pen_release |
|---|
| 47 | 44 | ENDPROC(spear13xx_secondary_startup) |
|---|