linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* omap-wakeupgen.c: Remove function for fix me
@ 2014-07-22 21:09 Nick Krause
  2014-07-23  7:43 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Krause @ 2014-07-22 21:09 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Russell King - ARM Linux, linux-omap, linux-arm-kernel, linux-kernel

static void __init irq_pm_init(void)
382 {
383         /* FIXME: Remove this when MPU OSWR support is added */
384         if (!soc_is_omap54xx())
385                 cpu_pm_register_notifier(&irq_notifier_block);
386 }
I am wondering is this omap supported now if it is can I remove it?
Cheers Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: omap-wakeupgen.c: Remove function for fix me
  2014-07-22 21:09 omap-wakeupgen.c: Remove function for fix me Nick Krause
@ 2014-07-23  7:43 ` Tony Lindgren
  2014-07-23 15:08   ` Nick Krause
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2014-07-23  7:43 UTC (permalink / raw)
  To: Nick Krause
  Cc: Russell King - ARM Linux, linux-omap, linux-arm-kernel, linux-kernel

* Nick Krause <xerofoify@gmail.com> [140722 14:12]:
> static void __init irq_pm_init(void)
> 382 {
> 383         /* FIXME: Remove this when MPU OSWR support is added */
> 384         if (!soc_is_omap54xx())
> 385                 cpu_pm_register_notifier(&irq_notifier_block);
> 386 }
> I am wondering is this omap supported now if it is can I remove it?

Does REVISIT cause issues for you with cscope? It may be easier to
replace the cscope bugging FIXME statements with just REVISIT unless
a real fix is provided.

Regards,

Tony

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: omap-wakeupgen.c: Remove function for fix me
  2014-07-23  7:43 ` Tony Lindgren
@ 2014-07-23 15:08   ` Nick Krause
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Krause @ 2014-07-23 15:08 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Russell King - ARM Linux, linux-omap, linux-arm-kernel, linux-kernel

On Wed, Jul 23, 2014 at 3:43 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Nick Krause <xerofoify@gmail.com> [140722 14:12]:
>> static void __init irq_pm_init(void)
>> 382 {
>> 383         /* FIXME: Remove this when MPU OSWR support is added */
>> 384         if (!soc_is_omap54xx())
>> 385                 cpu_pm_register_notifier(&irq_notifier_block);
>> 386 }
>> I am wondering is this omap supported now if it is can I remove it?
>
> Does REVISIT cause issues for you with cscope? It may be easier to
> replace the cscope bugging FIXME statements with just REVISIT unless
> a real fix is provided.
>
> Regards,
>
> Tony


Very well then , seems like a good idea will try later.
Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-23 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 21:09 omap-wakeupgen.c: Remove function for fix me Nick Krause
2014-07-23  7:43 ` Tony Lindgren
2014-07-23 15:08   ` Nick Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).