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:
7f250a0
)
ARC: [mm] micro-optimize page size icache invalidate
author
Vineet Gupta
<vgupta@synopsys.com>
Fri, 12 Apr 2013 10:02:06 +0000
(15:32 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Tue, 7 May 2013 13:38:14 +0000
(19:08 +0530)
start address is already page aligned and size is const PAGE_SIZE,
thus fixups for alignment not needed in generated code.
bloat-o-meter vmlinux-mm5 vmlinux
add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-32 (-32)
function old new delta
__inv_icache_page 82 50 -32
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
No differences found