lkml.org 
[lkml]   [2007]   [Jun]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] make cmdline_parse_kernelcore() static
    cmdline_parse_kernelcore() can become static.

    ---
    --- linux-2.6.22-rc4-mm2/mm/page_alloc.c.old 2007-06-12 02:10:56.000000000 +0200
    +++ linux-2.6.22-rc4-mm2/mm/page_alloc.c 2007-06-12 02:11:08.000000000 +0200
    @@ -3879,7 +3879,7 @@
    * kernelcore=size sets the amount of memory for use for allocations that
    * cannot be reclaimed or migrated.
    */
    -int __init cmdline_parse_kernelcore(char *p)
    +static int __init cmdline_parse_kernelcore(char *p)
    {
    unsigned long long coremem;
    if (!p)
    -
    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: 2007-06-12 13:09    [W:4.676 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site