linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What happened to SUSPEND_SAVE_STATE?
@ 2003-09-10 20:11 Pavel Machek
  2003-09-10 20:49 ` Pavel Machek
  2003-09-10 22:22 ` Russell King
  0 siblings, 2 replies; 7+ messages in thread
From: Pavel Machek @ 2003-09-10 20:11 UTC (permalink / raw)
  To: Patrick Mochel, kernel list

Hi!

What happened to SUSPEND_SAVE_STATE?

pcmcia_socket_dev_suspend() still expects to receive it, but I do not
see any place where it is generated. Should it be killed from
device.h? And these 6 places fixed?

pavel@amd:/usr/src/linux$ grep SUSPEND_SAVE_STATE `find . -name "*.c"`
./arch/ppc/ocp/ocp-driver.c:            if (level == SUSPEND_SAVE_STATE && ocp_dev->driver->save_state)
./arch/arm/mach-sa1100/neponset.c:      if (level == SUSPEND_SAVE_STATE ||
./drivers/pcmcia/i82092.c:      return pcmcia_socket_dev_suspend(&dev->dev, state, SUSPEND_SAVE_STATE);
./drivers/pcmcia/sa1111_generic.c:      return pcmcia_socket_dev_suspend(&dev->dev, state, SUSPEND_SAVE_STATE);
./drivers/serial/8250_pci.c:                    serial8250_suspend_port(priv->line[i], SUSPEND_SAVE_STATE);
./drivers/serial/core.c:        case SUSPEND_SAVE_STATE:
pavel@amd:/usr/src/linux$

							Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

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

end of thread, other threads:[~2003-09-10 23:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-10 20:11 What happened to SUSPEND_SAVE_STATE? Pavel Machek
2003-09-10 20:49 ` Pavel Machek
2003-09-10 22:25   ` Russell King
2003-09-10 22:36     ` Pavel Machek
2003-09-10 22:41       ` Russell King
2003-09-10 23:06         ` Pavel Machek
2003-09-10 22:22 ` Russell King

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).