]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite3ee5e14d6066e1a577f286c69e6262e04031811
tree5cb8a81e80cb9b513fad015f0dc4d5e5db52fd14
parent608439254ac77d2fb770b1e4047c17977ce53719
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