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:
0e9e3e3
)
x86/asm: Clean up copy_page_*() comments and code
author
Ma Ling
<ling.ma@intel.com>
Wed, 17 Oct 2012 19:52:45 +0000
(
03:52
+0800)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 24 Oct 2012 10:42:47 +0000
(12:42 +0200)
Modern CPUs use fast-string instruction to accelerate copy
performance, by combining data into 128 bit chunks.
Modify comments and coding style to match it.
Signed-off-by: Ma Ling <ling.ma@intel.com>
Cc: iant@google.com
Link:
http://lkml.kernel.org/r/1350503565-19167-1-git-send-email-ling.ma@intel.com
[ Cleaned up the clean up. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
No differences found