mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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 | ||