mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
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:
parent
69b5048728
commit
868447126f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user