diff options
author | Alexey Korolev <alexey.korolev@intel.com> | 2006-02-21 03:27:55 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-21 05:00:09 +0100 |
commit | d86d43706a27bb87c2873de369f94a10f8758063 (patch) | |
tree | 58b59f28120448b529b76cc24c5076a113e5af08 /drivers/spi | |
parent | [PATCH] i386: need to pass virtual address to smp_read_mpc() (diff) | |
download | linux-d86d43706a27bb87c2873de369f94a10f8758063.tar.xz linux-d86d43706a27bb87c2873de369f94a10f8758063.zip |
[PATCH] cfi_cmdset_0001: fix range for cache invalidation
I found an issue in cfi_cmdset0001.c. It is related to cache region
invalidation in the buffered write procedure.
The code performs cache invalidation from "cmd_addr" to "cmd_adr + len" in
do_write_buffer() while we modify region from "adr" to "adr+len".
This issue affects writes + reads of data by small chunks.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/spi')
0 files changed, 0 insertions, 0 deletions