platsmp.c (6f0b7c0c6faa76c32891ef1f7ee37c7e10aeb039) | platsmp.c (27b9ee852cce3baec47af0b88a62cea62a5dd84d) |
---|---|
1 /* 2 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. 3 * http://www.samsung.com 4 * 5 * Cloned from linux/arch/arm/mach-vexpress/platsmp.c 6 * 7 * Copyright (C) 2002 ARM Ltd. 8 * All Rights Reserved --- 359 unchanged lines hidden (view full) --- 368} 369 370#ifdef CONFIG_HOTPLUG_CPU 371/* 372 * platform-specific code to shutdown a CPU 373 * 374 * Called with IRQs disabled 375 */ | 1 /* 2 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. 3 * http://www.samsung.com 4 * 5 * Cloned from linux/arch/arm/mach-vexpress/platsmp.c 6 * 7 * Copyright (C) 2002 ARM Ltd. 8 * All Rights Reserved --- 359 unchanged lines hidden (view full) --- 368} 369 370#ifdef CONFIG_HOTPLUG_CPU 371/* 372 * platform-specific code to shutdown a CPU 373 * 374 * Called with IRQs disabled 375 */ |
376static void __ref exynos_cpu_die(unsigned int cpu) | 376static void exynos_cpu_die(unsigned int cpu) |
377{ 378 int spurious = 0; 379 380 v7_exit_coherency_flush(louis); 381 382 platform_do_lowpower(cpu, &spurious); 383 384 /* --- 19 unchanged lines hidden --- | 377{ 378 int spurious = 0; 379 380 v7_exit_coherency_flush(louis); 381 382 platform_do_lowpower(cpu, &spurious); 383 384 /* --- 19 unchanged lines hidden --- |