pc_wifi_drv: use arch hweight implementation

Using the generic version leads to stack corruption on x86_32.

Fixes #4507.
This commit is contained in:
Josef Söntgen 2022-05-17 15:37:42 +02:00 committed by Christian Helmuth
parent 69b5048728
commit 868447126f
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
arch/x86/lib/hweight.S
arch/x86/pci/legacy.c
certs/common.c
crypto/acompress.c
@ -171,7 +172,6 @@ lib/debug_locks.c
lib/dynamic_queue_limits.c
lib/find_bit.c
lib/hexdump.c
lib/hweight.c
lib/idr.c
lib/iomap.c
lib/irq_regs.c

View File

@ -1,3 +1,4 @@
arch/x86/lib/hweight.S
arch/x86/pci/legacy.c
certs/common.c
crypto/acompress.c
@ -172,7 +173,6 @@ lib/debug_locks.c
lib/dynamic_queue_limits.c
lib/find_bit.c
lib/hexdump.c
lib/hweight.c
lib/idr.c
lib/iomap.c
lib/irq_regs.c