headsmp.S (f26e8817b235d8764363bffcc9cbfc61867371f2) | headsmp.S (347863d47a17efa742799da468c64e9673658945) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ |
|
1/* | 2/* |
2 * | |
3 * Cloned from linux/arch/arm/mach-realview/headsmp.S 4 * 5 * Copyright (c) 2003 ARM Limited 6 * All Rights Reserved | 3 * Cloned from linux/arch/arm/mach-realview/headsmp.S 4 * 5 * Copyright (c) 2003 ARM Limited 6 * All Rights Reserved |
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 */ 12#include <linux/linkage.h> 13#include <linux/init.h> 14 15#include <asm/assembler.h> 16 17/* 18 * exynos4 specific entry point for secondary CPUs. This provides --- 25 unchanged lines hidden --- | 7 */ 8#include <linux/linkage.h> 9#include <linux/init.h> 10 11#include <asm/assembler.h> 12 13/* 14 * exynos4 specific entry point for secondary CPUs. This provides --- 25 unchanged lines hidden --- |