[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A0B036B.7000107@zytor.com>
Date: Wed, 13 May 2009 10:29:15 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Sheng Yang <sheng@...ux.intel.com>
CC: linux-kernel@...r.kernel.org, linux-mm <linux-mm@...ck.org>,
Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH] x86: Extend test_and_set_bit() test_and_clean_bit() to
64 bits in X86_64
H. Peter Anvin wrote:
> H. Peter Anvin wrote:
>> Sheng Yang wrote:
>>> This fix 44/45 bit width memory can't boot up issue. The reason is
>>> free_bootmem_node()->mark_bootmem_node()->__free() use test_and_clean_bit() to
>>> clean node_bootmem_map, but for 44bits width address, the idx set bit 31 (43 -
>>> 12), which consider as a nagetive value for bts.
>>>
>>> This patch applied to tip/mm.
>> Hi Sheng,
>>
>> Could you try the attached patch instead?
>>
>
> Sorry, wrong patch entirely... here is the right one.
>
This time, for real? Sheesh. I'm having a morning, apparently.
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
View attachment "diff" of type "text/plain" (9028 bytes)
Powered by blists - more mailing lists