virtio: use LGUEST_VRING_ALIGN instead of relying on pagesize
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 30 Dec 2008 15:25:58 +0000 (09:25 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:56:02 +0000 (09:26 +1030)
commit2966af73e70dee461c256b5eb877b2ff757f8c82
tree5cb8a81e80cb9b513fad015f0dc4d5e5db52fd14
parent498af14783935af487d17dbee4ac451783cbc2b7
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>
Documentation/lguest/lguest.c
drivers/lguest/lguest_device.c
include/linux/lguest_launcher.h