diff options
Diffstat (limited to 'kernel/arch/arm/mach-hisi/headsmp.S')
-rw-r--r-- | kernel/arch/arm/mach-hisi/headsmp.S | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kernel/arch/arm/mach-hisi/headsmp.S b/kernel/arch/arm/mach-hisi/headsmp.S new file mode 100644 index 000000000..81e35b159 --- /dev/null +++ b/kernel/arch/arm/mach-hisi/headsmp.S @@ -0,0 +1,16 @@ +/* + * Copyright (c) 2014 Hisilicon Limited. + * Copyright (c) 2014 Linaro Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +#include <linux/linkage.h> +#include <linux/init.h> + + __CPUINIT + +ENTRY(hisi_secondary_startup) + bl v7_invalidate_l1 + b secondary_startup |