From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Date: Wed, 10 Apr 2013 12:53:16 +0000 Subject: Re: [PATCH] ARM: hw_breakpoint: Do not use __cpuinitdata for dbg_cpu_pm_nb Message-Id: <20130410125316.GC26992@mudshark.cambridge.arm.com> List-Id: References: <1365588278-5185-1-git-send-email-hechtb+renesas@gmail.com> <20130410111148.GA26992@mudshark.cambridge.arm.com> <5165554D.3040107@arm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Apr 10, 2013 at 01:11:16PM +0100, Bastian Hecht wrote: > > Will, we have the same issue in arch/arm/kernel/perf_event_cpu.c. > > Lorenzo is currently working on an appropriate patch. I don't think we do. The __cpuinitdata annotation there is only used on a hotplug notifier, which should be fine. Will