Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 15 Oct 2002 15:58:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 15 Oct 2002 15:58:33 -0400 Received: from kim.it.uu.se ([130.238.12.178]:51900 "EHLO kim.it.uu.se") by vger.kernel.org with ESMTP id ; Tue, 15 Oct 2002 15:58:32 -0400 From: Mikael Pettersson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15788.29893.578475.122734@kim.it.uu.se> Date: Tue, 15 Oct 2002 22:04:21 +0200 To: Patrick Mochel Cc: "Adam J. Richter" , Subject: Re: Patch: linux-2.5.42/kernel/sys.c - warm reboot should not suspend devices In-Reply-To: References: <200210132214.PAA00953@adam.yggdrasil.com> X-Mailer: VM 6.90 under Emacs 20.7.1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 913 Lines: 20 Patrick Mochel writes: > Please don't try and convolute the code because you're worried about a few > microseconds. It's about correctness first; then we can worry about > micro-optimizing the hell out of it. 5 seconds is quite a bit more than "a few microseconds". That's approximately how much longer it takes for my P4 to reboot, due to 2.5.42's "oh lets spin down the disks on reboot" change. It's even slower to reboot than to do a cold boot because on a cold boot the disks start spinning up directly, but on a warm boot after 2.5.42 the disks don't start spinning up until the BIOS starts to identify them and look for a bootable device. 2.5.42 is a PITA. - 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/