Re: [PATCH 07/10] powerpc: Implement kmap_atomic_pfn on powerpc

2007-12-18 Thread Kumar Gala
On Dec 18, 2007, at 10:20 AM, Dale Farnsworth wrote: > On Sat, Dec 15, 2007 at 05:17:41PM +1100, Benjamin Herrenschmidt > wrote: >> >> On Thu, 2007-11-22 at 08:46 -0700, Dale Farnsworth wrote: >>> This is needed for the ppc32 /dev/oldmem driver of crash dump. >> >> Kumar's working (well, last I

Re: [PATCH 07/10] powerpc: Implement kmap_atomic_pfn on powerpc

2007-12-18 Thread Dale Farnsworth
On Sat, Dec 15, 2007 at 05:17:41PM +1100, Benjamin Herrenschmidt wrote: > > On Thu, 2007-11-22 at 08:46 -0700, Dale Farnsworth wrote: > > This is needed for the ppc32 /dev/oldmem driver of crash dump. > > Kumar's working (well, last I heard he was) on a fixmap mechanism > so we can do that sort o

Re: [PATCH 07/10] powerpc: Implement kmap_atomic_pfn on powerpc

2007-12-14 Thread Benjamin Herrenschmidt
On Thu, 2007-11-22 at 08:46 -0700, Dale Farnsworth wrote: > This is needed for the ppc32 /dev/oldmem driver of crash dump. Kumar's working (well, last I heard he was) on a fixmap mechanism so we can do that sort of thing without CONFIG_HIGHMEM, you may want to sync with him here, that would allow

[PATCH 07/10] powerpc: Implement kmap_atomic_pfn on powerpc

2007-11-22 Thread Dale Farnsworth
This is needed for the ppc32 /dev/oldmem driver of crash dump. Signed-off-by: Dale Farnsworth <[EMAIL PROTECTED]> --- include/asm-powerpc/highmem.h | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/include/asm-powerpc/highmem.h b/include/asm-powerpc/highme