All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [freescale-fslc:pr/383 15241/19551] arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used
Date: Fri, 02 Jul 2021 05:53:34 +0800	[thread overview]
Message-ID: <202107020523.uLnNJWIf-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 22013 bytes --]

tree:   https://github.com/Freescale/linux-fslc pr/383
head:   db8ff65069a384326486a94ec13716a833fbe6fd
commit: 5bb09de3044acf91e6f8c712c026d5a4bc53b563 [15241/19551] MLK-24874-1: include: uapi: fmd: fix the UAPI_HEADER_TEST/install failure
config: arm64-randconfig-r011-20210630 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8d21d5472501460933e78aead04cf59579025ba4)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/Freescale/linux-fslc/commit/5bb09de3044acf91e6f8c712c026d5a4bc53b563
        git remote add freescale-fslc https://github.com/Freescale/linux-fslc
        git fetch --no-tags freescale-fslc pr/383
        git checkout 5bb09de3044acf91e6f8c712c026d5a4bc53b563
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c:84:5: error: no previous prototype for function 'gc_info_show' [-Werror,-Wmissing-prototypes]
   int gc_info_show(struct seq_file* m, void* data)
       ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c:84:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int gc_info_show(struct seq_file* m, void* data)
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c:128:5: error: no previous prototype for function 'gc_clients_show' [-Werror,-Wmissing-prototypes]
   int gc_clients_show(struct seq_file* m, void* data)
       ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c:128:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int gc_clients_show(struct seq_file* m, void* data)
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c:171:5: error: no previous prototype for function 'gc_meminfo_show' [-Werror,-Wmissing-prototypes]
   int gc_meminfo_show(struct seq_file* m, void* data)
       ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c:171:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int gc_meminfo_show(struct seq_file* m, void* data)
   ^
   static 
   4 errors generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
   1 error generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:266:1: error: no previous prototype for function '_AllocateIntegerId' [-Werror,-Wmissing-prototypes]
   _AllocateIntegerId(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:265:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:353:1: error: no previous prototype for function '_QueryIntegerId' [-Werror,-Wmissing-prototypes]
   _QueryIntegerId(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:352:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:393:1: error: no previous prototype for function '_DestroyIntegerId' [-Werror,-Wmissing-prototypes]
   _DestroyIntegerId(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:392:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:6198:1: error: no previous prototype for function '_TimerFunction' [-Werror,-Wmissing-prototypes]
   _TimerFunction(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:6197:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:6963:31: error: variable 'timeline' set but not used [-Werror,-Wunused-but-set-variable]
       struct viv_sync_timeline *timeline;
                                 ^
   6 errors generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_user_memory.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_user_memory.c:870:1: error: no previous prototype for function '_UserMemoryAlloctorInit' [-Werror,-Wmissing-prototypes]
   _UserMemoryAlloctorInit(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_user_memory.c:869:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
   2 errors generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_dma.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_dma.c:589:1: error: no previous prototype for function '_DmaAlloctorInit' [-Werror,-Wmissing-prototypes]
   _DmaAlloctorInit(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_dma.c:588:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
   2 errors generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_gfp.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_gfp.c:1342:1: error: no previous prototype for function '_GFPAlloctorInit' [-Werror,-Wmissing-prototypes]
   _GFPAlloctorInit(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_gfp.c:1341:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
   2 errors generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_reserved_mem.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_reserved_mem.c:551:1: error: no previous prototype for function '_ReservedMemoryAllocatorInit' [-Werror,-Wmissing-prototypes]
   _ReservedMemoryAllocatorInit(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_reserved_mem.c:550:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
   2 errors generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:652:58: error: variable 'shader_volt' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long core_freq, core_volt, shader_freq, shader_volt;
                                                            ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:603:5: error: no previous prototype for function 'init_gpu_opp_table' [-Werror,-Wmissing-prototypes]
   int init_gpu_opp_table(struct device *dev)
       ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:603:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int init_gpu_opp_table(struct device *dev)
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:698:5: error: no previous prototype for function 'remove_gpu_opp_table' [-Werror,-Wmissing-prototypes]
   int remove_gpu_opp_table(void)
       ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:698:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int remove_gpu_opp_table(void)
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:1171:5: error: no previous prototype for function 'init_priv' [-Werror,-Wmissing-prototypes]
   int init_priv(void)
       ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:1171:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int init_priv(void)
   ^
   static 
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:1191:1: error: no previous prototype for function 'free_priv' [-Werror,-Wmissing-prototypes]
   free_priv(void)
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx.c:1190:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void
   ^
   static 
   6 errors generated.
--
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_dmabuf.c:56:
   In file included from drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h:63:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_dmabuf.c:512:1: error: no previous prototype for function '_DmabufAlloctorInit' [-Werror,-Wmissing-prototypes]
   _DmabufAlloctorInit(
   ^
   drivers/mxc/gpu-viv/hal/os/linux/kernel/allocator/default/gc_hal_kernel_allocator_dmabuf.c:511:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
   2 errors generated.
--
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:165:1: error: no previous prototype for function '_MonitorTimerFunction' [-Werror,-Wmissing-prototypes]
   _MonitorTimerFunction(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:164:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:283:1: error: no previous prototype for function '_DumpDriverConfigure' [-Werror,-Wmissing-prototypes]
   _DumpDriverConfigure(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:282:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:298:1: error: no previous prototype for function '_DumpState' [-Werror,-Wmissing-prototypes]
   _DumpState(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:297:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:350:1: error: no previous prototype for function '_SetRecovery' [-Werror,-Wmissing-prototypes]
   _SetRecovery(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:349:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:1379:1: error: no previous prototype for function '_AllocateLinearMemory' [-Werror,-Wmissing-prototypes]
   _AllocateLinearMemory(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:1378:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:1505:1: error: no previous prototype for function '_ReleaseVideoMemory' [-Werror,-Wmissing-prototypes]
   _ReleaseVideoMemory(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:1504:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
   In file included from drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:2020:
   In file included from include/linux/dma-buf.h:18:
   In file included from include/linux/scatterlist.h:8:
   In file included from include/linux/mm.h:99:
   In file included from arch/arm64/include/asm/pgtable.h:14:
>> arch/arm64/include/asm/tlbflush.h:200:16: error: variable 'mask' set but not used [-Werror,-Wunused-but-set-variable]
           unsigned long mask = (1 << 20) - 1;
                         ^
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:2023:1: error: no previous prototype for function '_SetVidMemMetadata' [-Werror,-Wmissing-prototypes]
   _SetVidMemMetadata(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:2022:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:2195:1: error: no previous prototype for function 'gckKERNEL_ConfigPowerManagement' [-Werror,-Wmissing-prototypes]
   gckKERNEL_ConfigPowerManagement(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:2194:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:5110:1: error: no previous prototype for function '_ListDel' [-Werror,-Wmissing-prototypes]
   _ListDel(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:5109:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:5493:1: error: no previous prototype for function 'gckDEVICE_ChipInfo' [-Werror,-Wmissing-prototypes]
   gckDEVICE_ChipInfo(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:5492:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:5515:1: error: no previous prototype for function 'gckDEVICE_Version' [-Werror,-Wmissing-prototypes]
   gckDEVICE_Version(
   ^
   drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c:5514:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   gceSTATUS
   ^
   static 
   12 errors generated.
--
>> drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_command.c:3939:13: error: variable 'timer' set but not used [-Werror,-Wunused-but-set-variable]
       gctUINT timer = 0;
               ^
   1 error generated.
..


vim +/mask +200 arch/arm64/include/asm/tlbflush.h

da4e73303e448a Catalin Marinas 2015-07-24  193  
4150e50bf5f217 Catalin Marinas 2015-03-18  194  static inline void __flush_tlb_range(struct vm_area_struct *vma,
4150e50bf5f217 Catalin Marinas 2015-03-18  195  				     unsigned long start, unsigned long end,
67a902ac598dca Will Deacon     2018-08-23  196  				     unsigned long stride, bool last_level)
fa48e6f780a681 Steve Capper    2014-05-02  197  {
7f170499f734c4 Philip Elcan    2018-03-27  198  	unsigned long asid = ASID(vma->vm_mm);
fa48e6f780a681 Steve Capper    2014-05-02  199  	unsigned long addr;
593bea4e36d8c8 Jason Liu       2019-10-31 @200  	unsigned long mask = (1 << 20) - 1;
da4e73303e448a Catalin Marinas 2015-07-24  201  
01d57485fcdb9f Will Deacon     2019-06-11  202  	start = round_down(start, stride);
01d57485fcdb9f Will Deacon     2019-06-11  203  	end = round_up(end, stride);
01d57485fcdb9f Will Deacon     2019-06-11  204  
3d65b6bbc01ece Will Deacon     2018-11-19  205  	if ((end - start) >= (MAX_TLBI_OPS * stride)) {
da4e73303e448a Catalin Marinas 2015-07-24  206  		flush_tlb_mm(vma->vm_mm);
da4e73303e448a Catalin Marinas 2015-07-24  207  		return;
da4e73303e448a Catalin Marinas 2015-07-24  208  	}
da4e73303e448a Catalin Marinas 2015-07-24  209  
67a902ac598dca Will Deacon     2018-08-23  210  	/* Convert the stride into units of 4k */
67a902ac598dca Will Deacon     2018-08-23  211  	stride >>= 12;
67a902ac598dca Will Deacon     2018-08-23  212  
7f170499f734c4 Philip Elcan    2018-03-27  213  	start = __TLBI_VADDR(start, asid);
7f170499f734c4 Philip Elcan    2018-03-27  214  	end = __TLBI_VADDR(end, asid);
593bea4e36d8c8 Jason Liu       2019-10-31  215  	mask <<= 24;
fa48e6f780a681 Steve Capper    2014-05-02  216  
fa48e6f780a681 Steve Capper    2014-05-02  217  	dsb(ishst);
67a902ac598dca Will Deacon     2018-08-23  218  	for (addr = start; addr < end; addr += stride) {
7ae82f64e9648c Nitin Garg      2019-12-04  219  		if (TKT340553_SW_WORKAROUND) {
593bea4e36d8c8 Jason Liu       2019-10-31  220  			__tlbi(vmalle1is);
593bea4e36d8c8 Jason Liu       2019-10-31  221  		} else if (last_level) {
db68f3e7594aca Mark Rutland    2016-09-13  222  			__tlbi(vale1is, addr);
9b0de864b5bc29 Will Deacon     2017-08-10  223  			__tlbi_user(vale1is, addr);
9b0de864b5bc29 Will Deacon     2017-08-10  224  		} else {
db68f3e7594aca Mark Rutland    2016-09-13  225  			__tlbi(vae1is, addr);
9b0de864b5bc29 Will Deacon     2017-08-10  226  			__tlbi_user(vae1is, addr);
9b0de864b5bc29 Will Deacon     2017-08-10  227  		}
4150e50bf5f217 Catalin Marinas 2015-03-18  228  	}
7ae82f64e9648c Nitin Garg      2019-12-04  229  
fa48e6f780a681 Steve Capper    2014-05-02  230  	dsb(ish);
fa48e6f780a681 Steve Capper    2014-05-02  231  }
fa48e6f780a681 Steve Capper    2014-05-02  232  

:::::: The code@line 200 was first introduced by commit
:::::: 593bea4e36d8c8a4fd65ef4f07fb8144dab2de1c MLK-16005-2 arm64: tlb: add the SW workaround for i.MX8QM TKT340553

:::::: TO: Jason Liu <jason.hui.liu@nxp.com>
:::::: CC: Dong Aisheng <aisheng.dong@nxp.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34117 bytes --]

                 reply	other threads:[~2021-07-01 21:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202107020523.uLnNJWIf-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.