[RFC/PATCH] powerpc: consistent memory mapping.

2008-12-09 Thread Ilya Yanok
Defining the start virtual address of the consistent memory in configs leads to overlapping of the consistent area with the other virtual regions (fixmap, pkmap, vmalloc). Defaults from current kernel just set consistent memory area to be somewhere high in the vmalloc area and then you need to

Re: [RFC/PATCH] powerpc: consistent memory mapping.

2008-12-09 Thread Benjamin Herrenschmidt
On Tue, 2008-12-09 at 21:23 +0300, Ilya Yanok wrote: Defining the start virtual address of the consistent memory in configs leads to overlapping of the consistent area with the other virtual regions (fixmap, pkmap, vmalloc). Defaults from current kernel just set consistent memory area to be