| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copied from omap44xx-smc.S Copyright (C) 2010 Texas Instruments, Inc. |
|---|
| 3 | 4 | * Copyright 2012 Calxeda, Inc. |
|---|
| 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. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #include <linux/linkage.h> |
|---|
| .. | .. |
|---|
| 16 | 13 | * the monitor API number. |
|---|
| 17 | 14 | * Function signature : void highbank_smc1(u32 fn, u32 arg) |
|---|
| 18 | 15 | */ |
|---|
| 19 | | - |
|---|
| 16 | + .arch armv7-a |
|---|
| 17 | + .arch_extension sec |
|---|
| 20 | 18 | ENTRY(highbank_smc1) |
|---|
| 21 | 19 | stmfd sp!, {r4-r11, lr} |
|---|
| 22 | 20 | mov r12, r0 |
|---|