commit | 2966af73e70dee461c256b5eb877b2ff757f8c82 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:25:58 2008 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:26:02 2008 +1030 |
tree | 5cb8a81e80cb9b513fad015f0dc4d5e5db52fd14 | |
parent | 498af14783935af487d17dbee4ac451783cbc2b7 [diff] |
virtio: use LGUEST_VRING_ALIGN instead of relying on pagesize This doesn't really matter, since lguest is i386 only at the moment, but we could actually choose a different value. (lguest doesn't have a guarenteed ABI). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>