lkml.org 
[lkml]   [2022]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/19] arch/openrisc: rename internal name __xchg to __arch_xchg
    Date
    __xchg will be used for non-atomic xchg macro.

    Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
    ---
    arch/openrisc/include/asm/cmpxchg.h | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/openrisc/include/asm/cmpxchg.h b/arch/openrisc/include/asm/cmpxchg.h
    index 79fd16162ccb6d..5725e22e10683b 100644
    --- a/arch/openrisc/include/asm/cmpxchg.h
    +++ b/arch/openrisc/include/asm/cmpxchg.h
    @@ -147,7 +147,7 @@ static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old,
    extern unsigned long __xchg_called_with_bad_pointer(void)
    __compiletime_error("Bad argument size for xchg");

    -static inline unsigned long __xchg(volatile void *ptr, unsigned long with,
    +static inline unsigned long __arch_xchg(volatile void *ptr, unsigned long with,
    int size)
    {
    switch (size) {
    @@ -163,7 +163,7 @@ static inline unsigned long __xchg(volatile void *ptr, unsigned long with,

    #define arch_xchg(ptr, with) \
    ({ \
    - (__typeof__(*(ptr))) __xchg((ptr), \
    + (__typeof__(*(ptr))) __arch_xchg((ptr), \
    (unsigned long)(with), \
    sizeof(*(ptr))); \
    })
    --
    2.34.1
    \
     
     \ /
      Last update: 2023-03-26 23:17    [W:2.599 / U:0.196 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site