-
Kimio Suganuma authored
I found that functions in timer.c and rcupdate.c are calling > tasklet_init() for all CPUs before APs start running. For this to work, the per-CPU pages must be allocated at BSP-initialization time. The patch below does that.
de1a5fa0