Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651AbbHaUYe (ORCPT ); Mon, 31 Aug 2015 16:24:34 -0400 Received: from mail-ob0-f177.google.com ([209.85.214.177]:34530 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752489AbbHaUYc (ORCPT ); Mon, 31 Aug 2015 16:24:32 -0400 MIME-Version: 1.0 In-Reply-To: <1440763939-17027-1-git-send-email-matt@codeblueprint.co.uk> References: <1440763939-17027-1-git-send-email-matt@codeblueprint.co.uk> Date: Mon, 31 Aug 2015 22:24:31 +0200 X-Google-Sender-Auth: gwshlY7k92HObbsJJakL-hgtg8I Message-ID: Subject: Re: [PATCH] efifb: Add support for 64-bit frame buffer addresses From: Geert Uytterhoeven To: Matt Fleming Cc: Peter Jones , linux-efi@vger.kernel.org, "linux-kernel@vger.kernel.org" , Linux Fbdev development list , Matt Fleming , Pete Hawkins , Matthew Garrett , Chad Page Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1118 Lines: 27 On Fri, Aug 28, 2015 at 2:12 PM, Matt Fleming wrote: > --- a/arch/x86/boot/compressed/eboot.c > +++ b/arch/x86/boot/compressed/eboot.c > @@ -624,7 +624,7 @@ setup_pixel_info(struct screen_info *si, u32 pixels_per_scan_line, > static efi_status_t > __gop_query32(struct efi_graphics_output_protocol_32 *gop32, > struct efi_graphics_output_mode_info **info, > - unsigned long *size, u32 *fb_base) > + unsigned long *size, u64 *fb_base) phys_addr_t instead of u64? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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/