Re: [PATCH] show swsuspend only on .config where it can compile

From: Romano Giannetti (romanol_at_upco.es)
Date: 05/26/05

  • Next message: Andrea Arcangeli: "Re: 2.6.12-rc5-mm1"
    Date:	Thu, 26 May 2005 14:49:11 +0200
    To: Olaf Hering <olh@suse.de>
    
    

    On Thu, May 26, 2005 at 01:16:14PM +0200, Olaf Hering wrote:
    > show swsuspend only on .config where it can compile.
    > I got this on PPC32 && SMP
    >
    > kernel/power/smp.c:24: error: storage size of `ctxt' isn't known
    >
    > Signed-off-by: Olaf Hering <olh@suse.de>
    >
    > Index: linux-2.6.12-rc5-olh/kernel/power/Kconfig
    > ===================================================================
    > --- linux-2.6.12-rc5-olh.orig/kernel/power/Kconfig
    > +++ linux-2.6.12-rc5-olh/kernel/power/Kconfig
    > @@ -28,7 +28,7 @@ config PM_DEBUG
    >
    > config SOFTWARE_SUSPEND
    > bool "Software Suspend (EXPERIMENTAL)"
    > - depends on EXPERIMENTAL && PM && SWAP
    > + depends on EXPERIMENTAL && PM && SWAP && (X86 && SMP) || ((FVR || PPC32 || X86) && !SMP)

    Shouldn't be ...&& ( (X86 && SMP) || (FVR || PPC32 || X86) && !SMP ) ?

    and maybe

    EXPERIMENTAL && PM && SWAP && ( X86 || ((FVR || PPC32) && !SMP) )

    is clearer?

    -- 
    Romano Giannetti             -  Univ. Pontificia Comillas (Madrid, Spain)
    Electronic Engineer - phone +34 915 422 800 ext 2416  fax +34 915 596 569
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Andrea Arcangeli: "Re: 2.6.12-rc5-mm1"

    Relevant Pages

    • Re: 2.6.20 and IP_CONNTRACK_FTP (Success)
      ... Delete network from .config. ... conntrack stuff is running instead. ... Squashfs and Unionfs will not compile but this seems to happend with each new ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
      (Debian-User)
    • Re: Kernel 2.6 SMP very slow with ServerWorks LE Chipset
      ... in UP config everything is OK in SMP the system slows right down, I've been googling and recompiling my kernel for days looking for the problem option without success, please help. ... one option would be if someone could post the .config file I could compile it in the same way. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
      (Debian-User)
    • Re: New kernel unable to mount/see a whole HD
      ... > your source path for the new kernel. ... Then save the new .config file. ... That is to say, I compile, as best I can, the same ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
      (Debian-User)
    • Re: [patch] Real-Time Preemption, -RT-2.6.13-rc4-V0.7.52-01
      ... > -02 needs the attached patch to compile with my config. ... i've released -03 with your fixes. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: stuck with 2.6.23.14 on x86_64
      ... the lastest that I can compile is 2.6.23.14; ... All .config are the same, ... SCSI controller: ... Right now, on AMD64 machines, I'm forced to patch by hand the kernel, ...
      (Linux-Kernel)