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:
cef4cca
)
xen/p2m: Collapse early_alloc_p2m_middle redundant checks.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Fri, 30 Mar 2012 18:16:49 +0000
(14:16 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Fri, 6 Apr 2012 21:03:04 +0000
(17:03 -0400)
At the start of the function we were checking for idx != 0
and bailing out. And later calling extend_brk if idx != 0.
That is unnecessary so remove that checks.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found