lkml.org 
[lkml]   [2010]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    SubjectRe: mmotm 2010-09-28-16-13 uploaded
    From
    Date
    On Tue, 28 Sep 2010 16:13:38 PDT, akpm@linux-foundation.org said:
    > The mm-of-the-moment snapshot 2010-09-28-16-13 has been uploaded to
    >
    > http://userweb.kernel.org/~akpm/mmotm/

    Also needs this from Randy Dunlap:

    From: Randy Dunlap <randy.dunlap@oracle.com>

    Fix build error and config symbol comment:

    drivers/hwmon/pkgtemp.c:413: error:'pkgtemp_cpu_notifier' undeclared (first use in this function)

    Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
    ---
    drivers/hwmon/pkgtemp.c | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    --- linux-next-20100928.orig/drivers/hwmon/pkgtemp.c
    +++ linux-next-20100928/drivers/hwmon/pkgtemp.c
    @@ -386,7 +386,7 @@ static int __cpuinit pkgtemp_cpu_callbac
    static struct notifier_block pkgtemp_cpu_notifier __refdata = {
    .notifier_call = pkgtemp_cpu_callback,
    };
    -#endif /* !CONFIG_HOTPLUG_CPU */
    +#endif /* CONFIG_HOTPLUG_CPU */

    static int __init pkgtemp_init(void)
    {
    @@ -408,9 +408,9 @@ static int __init pkgtemp_init(void)
    err = -ENODEV;
    goto exit_driver_unreg;
    }
    -#endif
    -
    +#else
    register_hotcpu_notifier(&pkgtemp_cpu_notifier);
    +#endif
    return 0;

    #ifndef CONFIG_HOTPLUG_CPU
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2010-09-29 09:51    [W:4.088 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site