[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAELBVzBBBc7HCPbE+orLD-tE1nBvGM2BBv+ietzoJJi-ubPdCQ@mail.gmail.com>
Date: Fri, 19 Aug 2011 17:51:26 -0300
From: Kevin Winchester <kjwinchester@...il.com>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: jbaron@...hat.com, tglx@...utronix.de, mingo@...hat.com,
hpa@...or.com, x86@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: jump_label: arch_jump_label_text_poke_early: add
missing __init
On 19 August 2011 15:20, Steven Rostedt <rostedt@...dmis.org> wrote:
> On Tue, 2011-08-16 at 21:04 -0300, Kevin Winchester wrote:
>> arch_jump_label_text_poke_early calls text_poke_early, which is
>> an __init function. Thus arch_jump_label_text_poke_early should
>> be the same.
>
> but text_poke_early is not __init but instead __init_or_module. Your
> patch just caused this bug:
>
Sorry about that. I have:
# CONFIG_MODULES is not set
which makes __init_or_module equivalent to __init for me. Thus the
patch was fine for my case, but I expect your modification is the
right thing to do overall.
--
Kevin Winchester
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists