lkml.org 
[lkml]   [2006]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 2/6] FRV: Fix FRV arch compile errors [try #3]
    On Thu, 06 Jul 2006 13:47:21 +0100
    David Howells <dhowells@redhat.com> wrote:

    > --- a/include/linux/bootmem.h
    > +++ b/include/linux/bootmem.h
    > @@ -91,7 +91,7 @@ static inline void *alloc_remap(int nid,
    > }
    > #endif
    >
    > -extern unsigned long nr_kernel_pages;
    > +extern unsigned long __initdata nr_kernel_pages;

    - The __init-style tags on declarations don't actually do anything and
    the compiler doesn't check for consistency with the definition - it's
    best to just omit it from the declaration.

    - Setting nr_kernel_pages to be unloaded at free_initmem() seems risky.

    - nr_kernel_pages is actually __meminitdata.

    So I'll drop this hunk.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-07-06 19:36    [W:4.128 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site