From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 26 Aug 2001 18:29:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 26 Aug 2001 18:29:32 -0400 Received: from cs666814-138.austin.rr.com ([66.68.14.138]:384 "EHLO granite.internal") by vger.kernel.org with ESMTP id ; Sun, 26 Aug 2001 18:29:23 -0400 Date: Sun, 26 Aug 2001 17:30:58 -0500 From: Hollis Blanchard To: Geert Uytterhoeven Cc: Linux Kernel Development , Linux Frame Buffer Device Development , Olaf Hering Subject: Re: scr_*() audit Message-ID: <20010826173058.A1418@austin.ibm.com> In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from geert@linux-m68k.org on Wed, Aug 22, 2001 at 07:06:12PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 22, 2001 at 07:06:12PM +0200, Geert Uytterhoeven wrote: > > Since there are still some issues left with the scr_*() functions on > big-endian platforms that can have both VGA and frame buffer consoles, I > decided to spent some precious time on auditing the usage of these functions. Much appreciated. For the record, this resolves my problems with VGA console (only; no fb) on PPC. Previously text written to non-active consoles was endian-reversed. If no one has any problems (anyone else tested it?), could this patch please be committed? -Hollis