Re: [PATCH] arm64: cpuidle: add __init section marker to arm_cpuidle_init

2015-07-02 Thread Catalin Marinas
On Thu, Jul 02, 2015 at 09:33:07AM +0800, Jisheng Zhang wrote: > It is not needed after booting, this patch moves the arm_cpuidle_init() > function to the __init section. > > Signed-off-by: Jisheng Zhang Applied. Thanks. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCH] arm64: cpuidle: add __init section marker to arm_cpuidle_init

2015-07-01 Thread Jisheng Zhang
Dear Krzysztof, On Thu, 2 Jul 2015 10:56:47 +0900 Krzysztof Kozlowski wrote: > 2015-07-02 10:33 GMT+09:00 Jisheng Zhang : > > It is not needed after booting, this patch moves the arm_cpuidle_init() > > function to the __init section. > > > > Signed-off-by: Jisheng Zhang > > --- > > arch/arm64/

Re: [PATCH] arm64: cpuidle: add __init section marker to arm_cpuidle_init

2015-07-01 Thread Krzysztof Kozlowski
2015-07-02 10:33 GMT+09:00 Jisheng Zhang : > It is not needed after booting, this patch moves the arm_cpuidle_init() > function to the __init section. > > Signed-off-by: Jisheng Zhang > --- > arch/arm64/kernel/cpuidle.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This looks good but