git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a8d3c
)
[IA64] __copy_user breaks on unaligned src
author
Keith Owens
<kaos@sgi.com>
Mon, 25 Apr 2005 20:23:47 +0000
(13:23 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 25 Apr 2005 20:23:47 +0000
(13:23 -0700)
memcpy_mck.S::__copy_user breaks in the prefetch code under these conditions :-
* src is unaligned and
* dst is near the end of a page and
* the page after dst is unmapped.
Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found