mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Petr Vandrovec" <VANDROVE@vc.cvut.cz>
To: Pavel Machek <pavel@ucw.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: swsusp for 2.5.47 [not for inclusion]
Date: Wed, 13 Nov 2002 21:41:43 +0100	[thread overview]
Message-ID: <76C83295DE1@vcnet.vc.cvut.cz> (raw)

On 12 Nov 02 at 22:51, Pavel Machek wrote:

> This is patch I'm using. With this swsusp in 2.5.47 should work.
> 
> --- clean/arch/i386/kernel/Makefile 2002-11-12 18:40:26.000000000 +0100
> +++ linux-swsusp/arch/i386/kernel/Makefile  2002-11-12 22:22:53.000000000 +0100
> @@ -24,7 +24,7 @@
>  obj-$(CONFIG_X86_MPPARSE)  += mpparse.o
>  obj-$(CONFIG_X86_LOCAL_APIC)   += apic.o nmi.o
>  obj-$(CONFIG_X86_IO_APIC)  += io_apic.o
> -obj-$(CONFIG_SOFTWARE_SUSPEND) += suspend.o
> +obj-$(CONFIG_SOFTWARE_SUSPEND) += suspend.o suspend_asm.o
>  obj-$(CONFIG_X86_NUMAQ)        += numaq.o
>  obj-$(CONFIG_PROFILING)        += profile.o
>  obj-$(CONFIG_EDD)              += edd.o

With 2.5.47-bk-current, your patch is apparently included.

I had to modify this Makefile (in 2.5.47-bk) to include suspend.o 
unconditionally because of saved_* is declared here, and they are 
needed by ACPI. Of course, it is also possible to do

obj-$(CONFIG_ACPI_SLEEP) += acpi_wakeup.o suspend.o

instead of linking suspend.o unconditionally, but I did not tested it.
                                    Best regards,
                                        Petr Vandrovec
                                        vandrove@vc.cvut.cz
                                        

             reply	other threads:[~2002-11-13 20:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13 20:41 Petr Vandrovec [this message]
2002-11-13 20:57 ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2002-11-12 21:51 Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76C83295DE1@vcnet.vc.cvut.cz \
    --to=vandrove@vc.cvut.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome