From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261945AbVG2DP5 (ORCPT ); Thu, 28 Jul 2005 23:15:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262319AbVG2DN5 (ORCPT ); Thu, 28 Jul 2005 23:13:57 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:15488 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S262322AbVG2DLr (ORCPT ); Thu, 28 Jul 2005 23:11:47 -0400 To: Pavel Machek Cc: Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/23] reboot-fixes References: <20050727025923.7baa38c9.akpm@osdl.org> <20050727104123.7938477a.akpm@osdl.org> <20050727224711.GA6671@elf.ucw.cz> <20050727225334.GC6529@elf.ucw.cz> <20050728074344.GH6529@elf.ucw.cz> From: ebiederm@xmission.com (Eric W. Biederman) Date: Thu, 28 Jul 2005 21:11:26 -0600 In-Reply-To: <20050728074344.GH6529@elf.ucw.cz> (Pavel Machek's message of "Thu, 28 Jul 2005 09:43:44 +0200") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Pavel Machek writes: > I always thought that device_shutdown is different phase -- the one > with interrupts disabled... At the end of device_shutdown interrupts are disabled because we shutdown the interrupt controllers. I don't think we have a phase where the interrupts are disabled, except for the code that runs after device_shutdown, and the bootup code that happens before interrupts are enabled. Eric