.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * OMAP44xx sleep code. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2011 Texas Instruments, Inc. |
---|
5 | 6 | * Santosh Shilimkar <santosh.shilimkar@ti.com> |
---|
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 | |
---|
12 | 9 | #include <linux/linkage.h> |
---|
.. | .. |
---|
21 | 18 | #include "omap44xx.h" |
---|
22 | 19 | #include "omap4-sar-layout.h" |
---|
23 | 20 | |
---|
| 21 | + .arch armv7-a |
---|
| 22 | + |
---|
24 | 23 | #if defined(CONFIG_SMP) && defined(CONFIG_PM) |
---|
25 | 24 | |
---|
| 25 | + .arch_extension sec |
---|
26 | 26 | .macro DO_SMC |
---|
27 | 27 | dsb |
---|
28 | 28 | smc #0 |
---|