mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
caf86a73ea
The hotplug code contains only a single function, which is an SMP function. Move that to platsmp.c where all other SMP runctions reside. That allows removing hotplug.c and declaring the cpu_die function static. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
15 lines
369 B
C
15 lines
369 B
C
/*
|
|
* Copyright (C) 2012-2013 Xilinx
|
|
*
|
|
* based on linux/arch/arm/mach-realview/hotplug.c
|
|
*
|
|
* Copyright (C) 2002 ARM Ltd.
|
|
* All Rights Reserved
|
|
*
|
|
* 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 <asm/proc-fns.h>
|
|
|