Haifeng Yan | 06cc5c1 | 2014-04-11 11:54:11 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2014 Hisilicon Limited. |
| 3 | * Copyright (c) 2014 Linaro Ltd. |
| 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 | */ |
| 9 | #include <linux/linkage.h> |
| 10 | #include <linux/init.h> |
| 11 | |
| 12 | __CPUINIT |
| 13 | |
Wang Long | 29d189e | 2014-12-24 03:10:01 +0000 | [diff] [blame] | 14 | ENTRY(hisi_secondary_startup) |
Haifeng Yan | 06cc5c1 | 2014-04-11 11:54:11 +0800 | [diff] [blame] | 15 | bl v7_invalidate_l1 |
| 16 | b secondary_startup |