WSL2-Linux-Kernel/arch/parisc
Helge Deller 75cf979700 parisc: Fix compiler warnings in debug_core.c
Fix this compiler warning:
kernel/debug/debug_core.c: In function ‘kgdb_cpu_enter’:
arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value]
   48 |  ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr))))
arch/parisc/include/asm/atomic.h:78:30: note: in expansion of macro ‘xchg’
   78 | #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
      |                              ^~~~
kernel/debug/debug_core.c:596:4: note: in expansion of macro ‘atomic_xchg’
  596 |    atomic_xchg(&kgdb_active, cpu);
      |    ^~~~~~~~~~~

Signed-off-by: Helge Deller <deller@gmx.de>
2019-12-20 21:01:42 +01:00
..
boot
configs sysctl: Remove the sysctl system call 2019-11-26 13:03:56 -06:00
include parisc: Fix compiler warnings in debug_core.c 2019-12-20 21:01:42 +01:00
kernel parisc: soft_offline_page() now takes the pfn 2019-12-20 19:47:00 +01:00
lib
math-emu
mm parisc/hugetlb: use pgtable-nopXd instead of 4level-fixup 2019-12-04 19:44:15 -08:00
oprofile
Kconfig
Kconfig.debug
Makefile
defpalo.conf
install.sh
nm