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:
2ed152a
)
KVM: remove redundant initialization of page->private
author
Minchan Kim
<minchan.kim@gmail.com>
Wed, 10 Mar 2010 14:31:22 +0000
(23:31 +0900)
committer
Avi Kivity
<avi@redhat.com>
Mon, 17 May 2010 09:15:24 +0000
(12:15 +0300)
The prep_new_page() in page allocator calls set_page_private(page, 0).
So we don't need to reinitialize private of page.
Signed-off-by: Minchan Kim <minchan.kim@gmail.com>
Cc: Avi Kivity<avi@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found