From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from honk.sigxcpu.org (static-87-79-238-240.netcologne.de [87.79.238.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "honk.sigxcpu.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 06D9EDDDEE for ; Wed, 12 Mar 2008 19:39:09 +1100 (EST) Date: Wed, 12 Mar 2008 09:38:57 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Tony Breeds Subject: Re: [PATCH 1/4] Ensure that pmu_sys_suspended exists in appropriate configs. Message-ID: <20080312083857.GB19504@bogon.ms20.nix> References: <66e63844f95778cdc331d245889ff0ebfe17bbb4.1205279151.git.tony@bakeyournoodle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <66e63844f95778cdc331d245889ff0ebfe17bbb4.1205279151.git.tony@bakeyournoodle.com> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Tony, On Wed, Mar 12, 2008 at 10:48:48AM +1100, Tony Breeds wrote: > pmu_sys_suspended is declared extern when: > defined(CONFIG_PM_SLEEP) && defined(CONFIG_PPC32) > but only defined when: > defined(CONFIG_SUSPEND) && defined(CONFIG_PPC32) > which is wrong. Lets fix that. As I wrote, this isn't defined in my config: # CONFIG_SUSPEND is not set CONFIG_HIBERNATION=y Cheers, -- Guido