From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from py-out-1112.google.com ([64.233.166.176]:44530 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755498AbXJQKTm (ORCPT ); Wed, 17 Oct 2007 06:19:42 -0400 Received: by py-out-1112.google.com with SMTP id u77so4239808pyb for ; Wed, 17 Oct 2007 03:19:37 -0700 (PDT) Subject: Re: [GIT PULL] Remove the use of magic macros for boot_params/screen_info From: "Antonino A. Daplas" In-Reply-To: <200710170656.l9H6ugvf016636@tazenda.hos.anvin.org> References: <200710170656.l9H6ugvf016636@tazenda.hos.anvin.org> Content-Type: text/plain Date: Wed, 17 Oct 2007 18:19:16 +0800 Message-Id: <1192616356.31565.4.camel@daplas> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org To: "H. Peter Anvin" Cc: Linus Torvalds , Linux Kernel Mailing List , Andrew Morton , Andi Kleen , Rusty Russell , Jeremy Fitzhardinge , Linux Arch Mailing list List-ID: On Tue, 2007-10-16 at 23:56 -0700, H. Peter Anvin wrote: > Hi Linus, > > Please pull: > > git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git master > > This patch removes all uses of magic macros to access the former > zeropage, now the boot_params structure, as well as the screen_info > structure. The equivalent (pre-x86-merge) of the boot_params patch > has been in -mm since shortly after 2.6.22. > > A minor note: the video mode number 0x6A was officially assigned by > VESA; the only VESA standard 7-bit video mode number ever assigned. > > H. Peter Anvin (2): > [x86] remove uses of magic macros for boot_params access > Remove magic macros for screen_info structure members > > drivers/video/console/dummycon.c | 4 +- > drivers/video/console/vgacon.c | 51 ++++++++++++++------------- > drivers/video/intelfb/intelfbdrv.c | 5 ++- > drivers/video/vga16fb.c | 2 +- Acked-by: Antonino A. Daplas with respect to the drivers/video portion. Tony