mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
adec566b05
memset() and memcpy() on an MMIO region like here results in a
lockup at startup on mpc5200 platform (since this first happens
during probing of the ATA and Ethernet drivers). Use memset_io()
and memcpy_toio() instead.
Fixes:
|
||
---|---|---|
.. | ||
ata.c | ||
bcom_ata_task.c | ||
bcom_fec_rx_task.c | ||
bcom_fec_tx_task.c | ||
bcom_gen_bd_rx_task.c | ||
bcom_gen_bd_tx_task.c | ||
bestcomm.c | ||
fec.c | ||
gen_bd.c | ||
Kconfig | ||
Makefile | ||
sram.c |