]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: fix vdso different address spaces
authorSunguoyun <sunguoyun@loongson.cn>
Tue, 14 Jul 2020 06:07:47 +0000 (14:07 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 16 Jul 2020 08:53:46 +0000 (10:53 +0200)
commit7e5aed9ce0f9f1ee116bd8410f64efeb12351388
tree75360405942a6a54d9563e2b94e7c63235292123
parent980027c2997b739d28ef5d8a98f0de780e4afb96
MIPS: fix vdso different address spaces

sparse report build warning as follows:
arch/mips/vdso/vdso-n32-image.c:13:35:
incorrect type in assignment (different address spaces) @@
expected void *[usertype] vdso @@     got void [noderef] <asn:1> * @@

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sunguoyun <sunguoyun@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/vdso/genvdso.c