mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
committed by
Christian Helmuth
parent
69b5048728
commit
868447126f
@@ -1,3 +1,4 @@
|
|||||||
|
arch/x86/lib/hweight.S
|
||||||
arch/x86/pci/legacy.c
|
arch/x86/pci/legacy.c
|
||||||
certs/common.c
|
certs/common.c
|
||||||
crypto/acompress.c
|
crypto/acompress.c
|
||||||
@@ -171,7 +172,6 @@ lib/debug_locks.c
|
|||||||
lib/dynamic_queue_limits.c
|
lib/dynamic_queue_limits.c
|
||||||
lib/find_bit.c
|
lib/find_bit.c
|
||||||
lib/hexdump.c
|
lib/hexdump.c
|
||||||
lib/hweight.c
|
|
||||||
lib/idr.c
|
lib/idr.c
|
||||||
lib/iomap.c
|
lib/iomap.c
|
||||||
lib/irq_regs.c
|
lib/irq_regs.c
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
arch/x86/lib/hweight.S
|
||||||
arch/x86/pci/legacy.c
|
arch/x86/pci/legacy.c
|
||||||
certs/common.c
|
certs/common.c
|
||||||
crypto/acompress.c
|
crypto/acompress.c
|
||||||
@@ -172,7 +173,6 @@ lib/debug_locks.c
|
|||||||
lib/dynamic_queue_limits.c
|
lib/dynamic_queue_limits.c
|
||||||
lib/find_bit.c
|
lib/find_bit.c
|
||||||
lib/hexdump.c
|
lib/hexdump.c
|
||||||
lib/hweight.c
|
|
||||||
lib/idr.c
|
lib/idr.c
|
||||||
lib/iomap.c
|
lib/iomap.c
|
||||||
lib/irq_regs.c
|
lib/irq_regs.c
|
||||||
|
|||||||
Reference in New Issue
Block a user