Re: [PATCH v2 1/9] remove a unused function parameter

2015-03-04 Thread Baoquan He
On 03/03/15 at 10:32am, Yinghai Lu wrote: > On Mon, Mar 2, 2015 at 6:58 AM, Baoquan He wrote: > > static void mem_avoid_init(unsigned long input, unsigned long input_size, > > - unsigned long output, unsigned long output_size) > > + unsigned long

Re: [PATCH v2 1/9] remove a unused function parameter

2015-03-04 Thread Baoquan He
On 03/03/15 at 10:32am, Yinghai Lu wrote: On Mon, Mar 2, 2015 at 6:58 AM, Baoquan He b...@redhat.com wrote: static void mem_avoid_init(unsigned long input, unsigned long input_size, - unsigned long output, unsigned long output_size) +

Re: [PATCH v2 1/9] remove a unused function parameter

2015-03-03 Thread Yinghai Lu
On Mon, Mar 2, 2015 at 6:58 AM, Baoquan He wrote: > Make a clean up to simplify the later change. > > Signed-off-by: Baoquan He > --- > arch/x86/boot/compressed/aslr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/boot/compressed/aslr.c

Re: [PATCH v2 1/9] remove a unused function parameter

2015-03-03 Thread Yinghai Lu
On Mon, Mar 2, 2015 at 6:58 AM, Baoquan He b...@redhat.com wrote: Make a clean up to simplify the later change. Signed-off-by: Baoquan He b...@redhat.com --- arch/x86/boot/compressed/aslr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v2 1/9] remove a unused function parameter

2015-03-02 Thread Baoquan He
Make a clean up to simplify the later change. Signed-off-by: Baoquan He --- arch/x86/boot/compressed/aslr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/boot/compressed/aslr.c b/arch/x86/boot/compressed/aslr.c index 7083c16..6a22129 100644 ---

[PATCH v2 1/9] remove a unused function parameter

2015-03-02 Thread Baoquan He
Make a clean up to simplify the later change. Signed-off-by: Baoquan He b...@redhat.com --- arch/x86/boot/compressed/aslr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/boot/compressed/aslr.c b/arch/x86/boot/compressed/aslr.c index 7083c16..6a22129 100644 ---