lkml.org 
[lkml]   [2017]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 04/29] parisc: Use lockup_detector_stop()
    The broken lockup_detector_suspend/resume() interface is going away. Use
    the new lockup_detector_soft_poweroff() interface to stop the watchdog from
    the busy looping power off routine.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Cc: Helge Deller <deller@gmx.de>
    Cc: linux-parisc@vger.kernel.org
    ---
    arch/parisc/kernel/process.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/parisc/kernel/process.c
    +++ b/arch/parisc/kernel/process.c
    @@ -146,7 +146,7 @@ void machine_power_off(void)

    /* prevent soft lockup/stalled CPU messages for endless loop. */
    rcu_sysrq_start();
    - lockup_detector_suspend();
    + lockup_detector_soft_poweroff();
    for (;;);
    }


    \
     
     \ /
      Last update: 2017-08-31 09:32    [W:4.163 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site