lkml.org 
[lkml]   [2008]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 2.6.27-rc5 2/29] mdb: export genapic and machine_restart functions
    export genapic and machine_restart functions


    Signed-off-by: Jeffrey Vernon Merkey (jmerkey@wolfmountaingroup.com)

    --- a/arch/x86/kernel/reboot.c 2008-08-28 14:19:19.000000000 -0600
    +++ b/arch/x86/kernel/reboot.c 2008-08-28 14:20:04.000000000 -0600
    @@ -502,7 +502,10 @@
    {
    machine_ops.restart(cmd);
    }
    -
    +EXPORT_SYMBOL_GPL(machine_restart);
    +#if defined(CONFIG_SMP)
    +EXPORT_SYMBOL(genapic);
    +#endif
    void machine_halt(void)
    {
    machine_ops.halt();

    \
     
     \ /
      Last update: 2008-08-29 08:17    [W:2.505 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site