From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <1337754877-19759-3-git-send-email-yinghai@kernel.org> References: <1337754877-19759-1-git-send-email-yinghai@kernel.org> <1337754877-19759-3-git-send-email-yinghai@kernel.org> From: Linus Torvalds Date: Wed, 23 May 2012 08:57:41 -0700 Message-ID: Subject: Re: [PATCH 02/11] PCI: Try to allocate mem64 above 4G at first To: Yinghai Lu Cc: Bjorn Helgaas , Andrew Morton , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: On Tue, May 22, 2012 at 11:34 PM, Yinghai Lu wrote: > and will fall back to below 4g if it can not find any above 4g. Has this been tested on 32-bit machines without PAE? There might be things that just happen to work because their allocations were always done bottom-up. Or do we have something else that protects us from the "oops, we can't actually *map* those pages"? Linus