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:
41f0377
)
virtio: avoid modulus operation.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 05:14:43 +0000
(15:44 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 05:14:43 +0000
(15:44 +1030)
Since we know vq->vring.num is a power of 2, modulus is lazy (it's asserted
in vring_new_virtqueue()).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found