Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932467AbWAFTGm (ORCPT ); Fri, 6 Jan 2006 14:06:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932491AbWAFTGm (ORCPT ); Fri, 6 Jan 2006 14:06:42 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:22947 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S932467AbWAFTGj (ORCPT ); Fri, 6 Jan 2006 14:06:39 -0500 Date: Fri, 6 Jan 2006 20:06:36 +0100 (MET) From: Jan Engelhardt To: Pavel Machek cc: Dave Jones , Alan Cox , linux-kernel@vger.kernel.org Subject: Re: oops pauser. In-Reply-To: <20060106152203.GA11906@elf.ucw.cz> Message-ID: References: <20060105045212.GA15789@redhat.com> <1136468254.16358.23.camel@localhost.localdomain> <20060105205221.GN20809@redhat.com> <20060106152203.GA11906@elf.ucw.cz> 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 Content-Length: 568 Lines: 20 >No. > >But you _know_ if user is running X or not -- notice that kernel does >not attempt to printk() when X is running, because that could lock up >the box. > >If user is running X, you don't need the delay. > >if (CON_IS_VISIBLE(vc) && vc->vc_mode == KD_TEXT) { Does framebuffer fall under KD_TEXT? Jan Engelhardt -- - 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/