summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/iosapic.c
diff options
context:
space:
mode:
authorRobin Holt <holt@sgi.com>2006-11-15 02:50:59 (GMT)
committerTony Luck <tony.luck@intel.com>2006-11-15 18:12:15 (GMT)
commitcbf093e8c7447a202e376199cc017161262bd7cd (patch)
tree02d468ac29306ea21c01f0bf16246e7d195ef39c /arch/ia64/kernel/iosapic.c
parent45c99533252ef2297f37c5fdd672a3e0eb566870 (diff)
downloadlinux-fsl-qoriq-cbf093e8c7447a202e376199cc017161262bd7cd.tar.xz
[IA64] bte_unaligned_copy() transfers one extra cache line.
When called to do a transfer that has a start offset within the cache line which is uneven between source and destination and a length which terminates the source of the copy exactly on a cache line, one extra line gets copied into a temporary buffer. This is normally not an issue since the buffer is a kernel buffer and only the requested information gets copied into the user buffer. The problem arises when the source ends at the very last physical page of memory. That last cache line does not exist and results in the SHUB chip raising an MCA. Signed-off-by: Robin Holt <holt@sgi.com> Signed-off-by: Dean Nelson <dcn@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/iosapic.c')
0 files changed, 0 insertions, 0 deletions