Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758052AbYCVWA1 (ORCPT ); Sat, 22 Mar 2008 18:00:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754135AbYCVWAR (ORCPT ); Sat, 22 Mar 2008 18:00:17 -0400 Received: from www.tglx.de ([62.245.132.106]:39546 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751194AbYCVWAP (ORCPT ); Sat, 22 Mar 2008 18:00:15 -0400 Date: Sat, 22 Mar 2008 22:58:59 +0100 (CET) From: Thomas Gleixner To: Linus Torvalds cc: Stefan Richter , Ingo Molnar , Ivan Kokshaysky , Thomas Meyer , "Rafael J. Wysocki" , LKML , Adrian Bunk , Andrew Morton , Natalie Protasevich Subject: Re: ohci1394 problem (MMIO broken) (was 2.6.25-rc6-git6: Reported regressions from 2.6.24) In-Reply-To: Message-ID: References: <200803220259.48534.rjw@sisk.pl> <47E5350D.101@s5r6.in-berlin.de> <47E540E7.7030108@m3y3r.de> <47E54FA6.3060809@s5r6.in-berlin.de> <47E557D5.9020604@s5r6.in-berlin.de> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1251 Lines: 34 On Sat, 22 Mar 2008, Linus Torvalds wrote: > On Sat, 22 Mar 2008, Stefan Richter wrote: > > > > Can an MMIO region reside above 0x1'0000'0000 on x86-32? ... Apparently yes, > > if CONFIG_RESOURCES_64BIT=y. > > Hmm. It would only work if PAE (HIGHMEM64G) is enabled too. > > And obviously the hardware has to have working 64-bit BAR's. > > AND no, I don't think our x86-32 ioremap() actually works for this case, > because while the resource data may have the full 64 bits, when the > ioremap() happens it gets truncated to 32 bits. > > Ingo/Thomas - should ioremap*() perhaps take "resource_size_t" or a "u64" > for the address (and then "__ioremap()" should probably take a PFN, not a > physical address, and that one can remain just a "unsigned long"?) Hmm. No idea. I look into that on monday (tomorrow is family day). Right now I'm too tired to provide any useful input. > Has anybody ever had a working 64-bit BAR on x86? Ivan? Maybe I'm missing > something.. Same here. Thanks, tglx -- 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/