Skip to content
Commit d4f64b6c authored by Minchan Kim's avatar Minchan Kim Committed by Avi Kivity
Browse files

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: default avatarMinchan Kim <minchan.kim@gmail.com>
Cc: Avi Kivity<avi@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 2ed152af
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment