Home
last modified time | relevance | path

Searched hist:"1 ab3001b" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/kernel/vdso64/
H A Dvdso.h1ab3001b Tue Nov 24 07:02:35 CST 2020 Heiko Carstens <hca@linux.ibm.com> s390/vdso: add missing prototypes for vdso functions

clang W=1 warns about missing prototypes:

>> arch/s390/kernel/vdso64/getcpu.c:8:5: warning: no previous prototype for function '__s390_vdso_getcpu' [-Wmissing-prototypes]
int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
^

Add a local header file in order to get rid of this warnings.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
H A Dgetcpu.c1ab3001b Tue Nov 24 07:02:35 CST 2020 Heiko Carstens <hca@linux.ibm.com> s390/vdso: add missing prototypes for vdso functions

clang W=1 warns about missing prototypes:

>> arch/s390/kernel/vdso64/getcpu.c:8:5: warning: no previous prototype for function '__s390_vdso_getcpu' [-Wmissing-prototypes]
int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
^

Add a local header file in order to get rid of this warnings.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
H A Dvdso64_generic.c1ab3001b Tue Nov 24 07:02:35 CST 2020 Heiko Carstens <hca@linux.ibm.com> s390/vdso: add missing prototypes for vdso functions

clang W=1 warns about missing prototypes:

>> arch/s390/kernel/vdso64/getcpu.c:8:5: warning: no previous prototype for function '__s390_vdso_getcpu' [-Wmissing-prototypes]
int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
^

Add a local header file in order to get rid of this warnings.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>