From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 30 Nov 2002 08:20:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 30 Nov 2002 08:20:20 -0500 Received: from [195.39.17.254] ([195.39.17.254]:8708 "EHLO Elf.ucw.cz") by vger.kernel.org with ESMTP id ; Sat, 30 Nov 2002 08:20:14 -0500 Date: Sat, 30 Nov 2002 14:26:42 +0100 From: Pavel Machek To: torvalds@transmeta.com, kernel list Subject: swsusp for 2.5.50 Message-ID: <20021130132642.GA126@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Warning: Reading this can be dangerous to your mental health. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi! This adds support for 64-bit machines, moves config option where it belongs and fixes compile problems, adds minimal support for md, and cleans stuff up. Please apply, Pavel --- clean/arch/i386/Kconfig 2002-11-29 21:16:30.000000000 +0100 +++ linux-swsusp/arch/i386/Kconfig 2002-11-29 21:29:34.000000000 +0100 @@ -789,8 +789,6 @@ menu "Power management options (ACPI, APM)" -source "drivers/acpi/Kconfig" - config PM bool "Power Management support" ---help--- @@ -811,6 +809,37 @@ will issue the hlt instruction if nothing is to be done, thereby sending the processor to sleep and saving power. +config SOFTWARE_SUSPEND + bool "Software Suspend (EXPERIMENTAL)" + depends on EXPERIMENTAL && PM + ---help--- + Enable the possibilty of suspendig machine. It doesn't need APM. + You may suspend your machine by 'swsusp' or 'shutdown -z