Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Apr 2001 07:41:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Apr 2001 07:41:48 -0400 Received: from jurassic.park.msu.ru ([195.208.223.243]:37125 "EHLO jurassic.park.msu.ru") by vger.kernel.org with ESMTP id ; Mon, 9 Apr 2001 07:41:30 -0400 Date: Mon, 9 Apr 2001 15:05:43 +0400 From: Ivan Kokshaysky To: "Maciej W. Rozycki" Cc: "Eric W. Biederman" , Geert Uytterhoeven , James Simmons , Alan Cox , Linux Fbdev development list , Linux Kernel Mailing List Subject: Re: [Linux-fbdev-devel] Re: fbcon slowness [was NTP on 2.4.2?] Message-ID: <20010409150543.A541@jurassic.park.msu.ru> In-Reply-To: <20010408221123.A22893@jurassic.park.msu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from macro@ds2.pg.gda.pl on Mon, Apr 09, 2001 at 12:02:54PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 09, 2001 at 12:02:54PM +0200, Maciej W. Rozycki wrote: > I think you need an mb here. To force sychronization with other CPUs. > Unless you know you are UP or there is no possibility another CPU may > access the relevant device. Yes - in most cases you need synchronization at a higher level. For instance, you don't want other CPUs accessing the device while you are sending command sequences to it. Ivan. - 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/