Re: [PATCH -mm] tracing: Fix section mismatch in trace_hw_branches.c

From: KOSAKI Motohiro
Date: Sun Feb 22 2009 - 11:15:44 EST


> When I saw this patch, I searched the real purpose of __cpuinit and its
> real impact.
> But I didn't find any comments about it inside the kernel.

AFAIK, __cpuinit mean

if UP, __cpuinit == __init
if SMP=Y && HOTPLUG_CPU=y, __cpuinit == "" (do nothing)
if SMP=Y && HOTPLUG_CPU=n, __cpuinit == __init



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/