Re: [uml-devel] [PATCH] delete unnecessary bootmem struct page array

2014-06-01 Thread Richard Weinberger
Hi! Am 01.06.2014 02:24, schrieb Real Name: > 1) uml kernel bootmem managed through bootmem_data->node_bootmem_map, > not struct page array, so it is unnecessary. > > 2) the struct page array allocate has been pointer by a *loacl* pointer > struct page *map in init_maps function. The array can't

[uml-devel] [PATCH] um: Generate "generic-y" header files for $(HEADER_ARCH)

2014-06-01 Thread Geert Uytterhoeven
UM needs to perform header file generation for $(HEADER_ARCH), in addition to the standard $(ARCH). Signed-off-by: Geert Uytterhoeven --- Prerequisite for "x86/uapi: Use Kbuild logic to include " https://lkml.org/lkml/2013/11/25/229 Else it fails with: In file included from include/linux/types.

[uml-devel] [PATCH] delete unnecessary bootmem struct page array

2014-06-01 Thread Real Name
From: Honggang Li 1) uml kernel bootmem managed through bootmem_data->node_bootmem_map, not the struct page array, so the array is unnecessary. 2) the bootmem struct page array has been pointed by a *local* pointer, struct page *map, in init_maps function. The array can be accessed only in init_

[uml-devel] [PATCH] delete unnecessary bootmem struct page array

2014-06-01 Thread Real Name
From: Honggang Li The patch based on linux-next-20140530. Honggang Li (1): delete unnecessary bootmem struct page array arch/um/kernel/um_arch.c | 6 -- 1 file changed, 6 deletions(-) -- 1.8.3.1 -- Time is mo

Re: [uml-devel] [PATCH] delete unnecessary bootmem struct page array

2014-06-01 Thread Richard Weinberger
Am 01.06.2014 15:08, schrieb Real Name: > From: Honggang Li > > 1) uml kernel bootmem managed through bootmem_data->node_bootmem_map, > not the struct page array, so the array is unnecessary. > > 2) the bootmem struct page array has been pointed by a *local* pointer, > struct page *map, in init_