Re: [PATCH v2 3/9] make kernel be able to load above 4G in boot stage

2015-03-02 Thread Baoquan He
Oops, I didn't copy the subject of Yinghai's patch, it should be as below. Will change it back when repost. x86, boot: Enable ident_mapping for kasl above 4G on 64bit On 03/02/15 at 10:58pm, Baoquan He wrote: > From: Yinghai Lu > > split kernel_ident_mapping_init() and call that in boot::decomp

[PATCH v2 3/9] make kernel be able to load above 4G in boot stage

2015-03-02 Thread Baoquan He
From: Yinghai Lu split kernel_ident_mapping_init() and call that in boot::decompress_kernel stage. it will cover new range that is above 4G. -v2: fix one typo, use round_up/round_down and use MACRO for size. Signed-off-by: Yinghai Lu --- arch/x86/boot/compressed/misc.c | 10 + arch/x8