blob: 6dae6a3d2d598d2ebdce251bdd1dad4f423b85f5 [file] [log] [blame]
Thomas Gleixner38498a62012-04-20 13:05:44 +00001/*
2 * Common SMP CPU bringup/teardown functions
3 */
4#include <linux/init.h>
5
6#include "smpboot.h"
7
8/**
9 * smpboot_prepare - generic smpboot preparation
10 */
11int __cpuinit smpboot_prepare(unsigned int cpu)
12{
13 return 0;
14}