lkml.org 
[lkml]   [2015]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/9] remove a unused function parameter
On 03/03/15 at 10:32am, Yinghai Lu wrote:
> On Mon, Mar 2, 2015 at 6:58 AM, Baoquan He <bhe@redhat.com> wrote:
> > static void mem_avoid_init(unsigned long input, unsigned long input_size,
> > - unsigned long output, unsigned long output_size)
> > + unsigned long output_size)
> > {
> > u64 initrd_start, initrd_size;
> > u64 cmd_line, cmd_line_size;
> > @@ -349,7 +349,7 @@ unsigned char *choose_kernel_location(struct boot_params *params,
> >
> > /* Record the various known unsafe memory ranges. */
> > mem_avoid_init((unsigned long)input, input_size,
> > - (unsigned long)output, output_size);
> > + output_size);
> >
> > /* Walk e820 and find a random address. */
> > random = find_random_addr(choice, output_size);
>
> No, that is not right, but it is not your fault.
>
> let me sort it out.

All right, I saw your posting to address related issue, will take it
out from next repost.

Thanks
Baoquan



\
 
 \ /
  Last update: 2015-03-04 17:01    [W:0.099 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site