Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
38498a67aa2cf8c80754b8d304bfacc10bc582b5
/
.
/
kernel
/
smpboot.c
blob: 6dae6a3d2d598d2ebdce251bdd1dad4f423b85f5 [
file
] [
log
] [
blame
]
/*
* Common SMP CPU bringup/teardown functions
*/
#include
<linux/init.h>
#include
"smpboot.h"
/**
* smpboot_prepare - generic smpboot preparation
*/
int
__cpuinit smpboot_prepare
(
unsigned
int
cpu
)
{
return
0
;
}