Re: [PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined

2013-06-10 Thread Arnd Bergmann
On Monday 10 June 2013, HATAYAMA Daisuke wrote: > Also, on no-MMU configuration, because we don't export buffer for ELF > note segment to user-space, we use vzalloc() to allocate the buffer. > Therefore, we use differnet functions to allocate the buffer for ELF > note segment. To avoid code duplica

Re: [PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined

2013-06-10 Thread Zhang Yanfei
ry. > > I build this on arm without CONFIG_MMU configuration. > > Thanks. > HATAYAMA, Daisuke > >>From e2f067a497872a9c60002c56ea550e4600072166 Mon Sep 17 00:00:00 2001 > From: HATAYAMA Daisuke > Date: Sat, 8 Jun 2013 20:46:57 +0900 > Subject: [PATCH] vmcore: dis

[PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined

2013-06-10 Thread HATAYAMA Daisuke
>From e2f067a497872a9c60002c56ea550e4600072166 Mon Sep 17 00:00:00 2001 From: HATAYAMA Daisuke Date: Sat, 8 Jun 2013 20:46:57 +0900 Subject: [PATCH] vmcore: disable mmap_vmcore() if CONFIG_MMU is not defined >From Amd's report of a link-time build error in vmcore.c, it turned out that