Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330085
b: refs/heads/master
c: b74ca3b
h: refs/heads/master
i:
  330083: 27b153e
v: v3
  • Loading branch information
Takuya Yoshikawa authored and Linus Torvalds committed Oct 5, 2012
1 parent 6cc1abf commit 05bb021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ef8fa6962a01e72125b1c640045e8d56be8c43a
refs/heads/master: b74ca3b3fd0fac08167ff96287cece56e8ca6f4d
3 changes: 1 addition & 2 deletions trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1568,8 +1568,7 @@ void mark_page_dirty_in_slot(struct kvm *kvm, struct kvm_memory_slot *memslot,
if (memslot && memslot->dirty_bitmap) {
unsigned long rel_gfn = gfn - memslot->base_gfn;

/* TODO: introduce set_bit_le() and use it */
test_and_set_bit_le(rel_gfn, memslot->dirty_bitmap);
set_bit_le(rel_gfn, memslot->dirty_bitmap);
}
}

Expand Down

0 comments on commit 05bb021

Please sign in to comment.