[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.0902280856270.3111@localhost.localdomain>
Date: Sat, 28 Feb 2009 09:03:20 -0800 (PST)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: "Rafael J. Wysocki" <rjw@...k.pl>
cc: Arve Hjønnevåg <arve@...roid.com>,
Alan Stern <stern@...land.harvard.edu>,
Jeremy Fitzhardinge <jeremy@...p.org>,
LKML <linux-kernel@...r.kernel.org>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Thomas Gleixner <tglx@...utronix.de>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Ingo Molnar <mingo@...e.hu>,
pm list <linux-pm@...ts.linux-foundation.org>
Subject: Re: [linux-pm] [RFC][PATCH 2/2] PM: Rework handling of interrupts
during suspend-resume
On Sat, 28 Feb 2009, Rafael J. Wysocki wrote:
>
> Still, if Linus agrees, I can put the loop suggested by him directly into
> sysdev_suspend(). Linus?
I don't much care - it's going to be a no-op on architectures that don't
have that kind of "turn an interrupt into a wakeup event" capability. So
it's not going to break for things like x86, and it's not like going over
the irq list one more time is going to be so expensive as to be
noticeable, even if that architecture doesn't ever get any advantage of
it.
However - my main worry is that we will notice that different
architectures (and possibly even different platforms _within_ the same
architecture - depending on which kind of interrupt/pm controller they
have) will want to do different things, and actually do something to the
interrupt controller itself too at that point.
But we can certainly try starting out with just the generic "if a wakeup
interrupt is pending, sysdev_suspend() returns an error immediately".
Linus
--
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