diff options
| author | Anton staaf <[email protected]> | 2011-10-03 13:54:59 +0000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-10-25 09:25:13 +0200 |
| commit | f781dd383a0a28930612d48df11ccb2f3bca4eaa (patch) | |
| tree | c67ef781efeaa228695575a92a29018c981d6dda /include/linux/mtd | |
| parent | 96d21237ec2b799f60a827ea680594b7ebfdac7f (diff) | |
mmc: dcache: allocate cache aligned buffer for scr and switch_status
Currently the sd_change_freq function allocates two buffers on the
stack that it passes down to the MMC device driver. These buffers
could be unaligned to the L1 dcache line size. This causes problems
when using DMA and with caches enabled.
This patch correctly cache alignes the buffers used for reading the
scr register and switch status values from an MMC device.
Change-Id: Ifa8414f572ef907681bd2d5ff3950285a215357d
Signed-off-by: Anton Staaf <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Cc: Mike Frysinger <[email protected]>
Cc: Albert ARIBAUD <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
Diffstat (limited to 'include/linux/mtd')
0 files changed, 0 insertions, 0 deletions
