lkml.org 
[lkml]   [2019]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 08/34] hexagon: Use CONFIG_PREEMPTION
    Date
    From: Thomas Gleixner <tglx@linutronix.de>

    CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by CONFIG_PREEMPT_RT.
    Both PREEMPT and PREEMPT_RT require the same functionality which today
    depends on CONFIG_PREEMPT.

    Switch the entry code over to use CONFIG_PREEMPTION.

    Cc: Brian Cain <bcain@codeaurora.org>
    Cc: linux-hexagon@vger.kernel.org
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    ---
    arch/hexagon/kernel/vm_entry.S | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/arch/hexagon/kernel/vm_entry.S b/arch/hexagon/kernel/vm_entry.S
    index 12242c27e2df5..65a1ea0eed2fa 100644
    --- a/arch/hexagon/kernel/vm_entry.S
    +++ b/arch/hexagon/kernel/vm_entry.S
    @@ -265,12 +265,12 @@
    * should be in the designated register (usually R19)
    *
    * If we were in kernel mode, we don't need to check scheduler
    - * or signals if CONFIG_PREEMPT is not set. If set, then it has
    + * or signals if CONFIG_PREEMPTION is not set. If set, then it has
    * to jump to a need_resched kind of block.
    - * BTW, CONFIG_PREEMPT is not supported yet.
    + * BTW, CONFIG_PREEMPTION is not supported yet.
    */

    -#ifdef CONFIG_PREEMPT
    +#ifdef CONFIG_PREEMPTION
    R0 = #VM_INT_DISABLE
    trap1(#HVM_TRAP1_VMSETIE)
    #endif
    --
    2.23.0
    \
     
     \ /
      Last update: 2019-10-15 21:21    [W:2.768 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site