lkml.org 
[lkml]   [2019]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RESEND PATCH v3 03/11] MIPS: mark mult_sh_align_mod() as __always_inline
    Date
    This prepares to move CONFIG_OPTIMIZE_INLINING from x86 to a common
    place. We need to eliminate potential issues beforehand.

    If it is enabled for mips, the following error is reported:

    arch/mips/kernel/cpu-bugs64.c: In function 'mult_sh_align_mod.constprop':
    arch/mips/kernel/cpu-bugs64.c:33:2: error: asm operand 1 probably doesn't match constraints [-Werror]
    asm volatile(
    ^~~
    arch/mips/kernel/cpu-bugs64.c:33:2: error: asm operand 1 probably doesn't match constraints [-Werror]
    asm volatile(
    ^~~
    arch/mips/kernel/cpu-bugs64.c:33:2: error: impossible constraint in 'asm'
    asm volatile(
    ^~~
    arch/mips/kernel/cpu-bugs64.c:33:2: error: impossible constraint in 'asm'
    asm volatile(
    ^~~

    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    ---

    Changes in v3: None
    Changes in v2:
    - split into a separate patch

    arch/mips/kernel/cpu-bugs64.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/mips/kernel/cpu-bugs64.c b/arch/mips/kernel/cpu-bugs64.c
    index bada74af7641..c04b97aace4a 100644
    --- a/arch/mips/kernel/cpu-bugs64.c
    +++ b/arch/mips/kernel/cpu-bugs64.c
    @@ -42,8 +42,8 @@ static inline void align_mod(const int align, const int mod)
    : "n"(align), "n"(mod));
    }

    -static inline void mult_sh_align_mod(long *v1, long *v2, long *w,
    - const int align, const int mod)
    +static __always_inline void mult_sh_align_mod(long *v1, long *v2, long *w,
    + const int align, const int mod)
    {
    unsigned long flags;
    int m1, m2;
    --
    2.17.1
    \
     
     \ /
      Last update: 2019-04-23 05:52    [W:7.980 / U:0.104 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site