Andi Kleen wrote:
> On Fri, Aug 24, 2007 at 06:44:38PM +0100, Mel Gorman wrote:
>> On (24/08/07 19:38), Andi Kleen didst pronounce:
Other than the fact that the memmap must be PMD aligned to use hugepage
entries for the memmap.
>>> Why is that so? mem_map should be just part of lowmem a
On (24/08/07 19:53), Andi Kleen didst pronounce:
> On Fri, Aug 24, 2007 at 06:44:38PM +0100, Mel Gorman wrote:
> > On (24/08/07 19:38), Andi Kleen didst pronounce:
> > > > Other than the fact that the memmap must be PMD aligned to use hugepage
> > > > entries for the memmap.
> > >
> > > Why is th
On Fri, Aug 24, 2007 at 06:44:38PM +0100, Mel Gorman wrote:
> On (24/08/07 19:38), Andi Kleen didst pronounce:
> > > Other than the fact that the memmap must be PMD aligned to use hugepage
> > > entries for the memmap.
> >
> > Why is that so? mem_map should be just part of lowmem anyways.
> >
>
On (24/08/07 19:38), Andi Kleen didst pronounce:
> > Other than the fact that the memmap must be PMD aligned to use hugepage
> > entries for the memmap.
>
> Why is that so? mem_map should be just part of lowmem anyways.
>
Not in this case. memmap is allocated node local and mapped in the virtu
> Other than the fact that the memmap must be PMD aligned to use hugepage
> entries for the memmap.
Why is that so? mem_map should be just part of lowmem anyways.
> It could be mapped with small pages in corner cases
> but the complexity worth it?
You don't need to map it with small pages in t
On (24/08/07 19:07), Andi Kleen didst pronounce:
> On Fri, Aug 24, 2007 at 05:52:31PM +0100, Andy Whitcroft wrote:
> > Andi Kleen wrote:
> > >> This reserved portion of the KVA must be PMD aligned.
> > >
> > > Why do they need to be PMD aligned?
> >
> > That comes from the fact that the KVA in
On Fri, Aug 24, 2007 at 05:52:31PM +0100, Andy Whitcroft wrote:
> Andi Kleen wrote:
> >> This reserved portion of the KVA must be PMD aligned.
> >
> > Why do they need to be PMD aligned?
>
> That comes from the fact that the KVA in x86 has traditionally been
Where does this KVA acronym come f
Andi Kleen wrote:
>> This reserved portion of the KVA must be PMD aligned.
>
> Why do they need to be PMD aligned?
That comes from the fact that the KVA in x86 has traditionally been
mapped with huge pages where at all possible, for performance reasons.
The purpose of the remap itself always h
> This reserved portion of the KVA must be PMD aligned.
Why do they need to be PMD aligned?
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please re
Currently NUMA kernels generally do not boot on non-NUMA machines in some
situations. This patch addresses one such boot problem on x86 machines
running a NUMA kernel with the DISCONTIG memory model.
On 32-bit NUMA, the memmap representing struct pages on each node is allocated
from node-local mem
10 matches
Mail list logo