[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d6200be20903130015w4a25806bmbf9d4dda12e6825c@mail.gmail.com>
Date: Thu, 12 Mar 2009 23:15:22 -0800
From: Arve Hjønnevåg <arve@...roid.com>
To: "Rafael J. Wysocki" <rjw@...k.pl>
Cc: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...e.hu>,
pm list <linux-pm@...ts.linux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Jeremy Fitzhardinge <jeremy@...p.org>,
Len Brown <lenb@...nel.org>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Frans Pop <elendil@...net.nl>
Subject: Re: [update, rev. 6] Re: [PATCH 1/10] PM: Rework handling of
interrupts during suspend-resume (rev. 5)
On Thu, Mar 12, 2009 at 1:43 PM, Rafael J. Wysocki <rjw@...k.pl> wrote:
>
> +void __disable_irq(struct irq_desc *desc, unsigned int irq, bool suspend)
> +{
> + if (suspend) {
> + if (desc->action && (desc->action->flags & IRQF_TIMER))
> + return;
Don't you want "(!desc->action || ..." here to avoid enabling unused
interrupts on resume?
--
Arve Hjønnevåg
--
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