commit | d4f64b6cad0fc0fb4cec868c6ca6b1325949d08b | [log] [tgz] |
---|---|---|
author | Minchan Kim <minchan.kim@gmail.com> | Wed Mar 10 23:31:22 2010 +0900 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:15:24 2010 +0300 |
tree | 38e1ba149c88af9c957581e65f76f664b2a650c7 | |
parent | 2ed152afc7ed61830b848b32936e1541a1a57799 [diff] |
KVM: remove redundant initialization of page->private 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>