commit | 480daab42c4dd74b3c07031ddf9031251c530c77 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:25:56 2008 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:25:57 2008 +1030 |
tree | c491b040071be3867aa42942a80435866fbc85cf | |
parent | 99e0b6c8e3f30602383bcfe3f574537a02ee2bea [diff] |
virtio: Don't use PAGE_SIZE in virtio_pci.c The virtio PCI devices don't depend on the guest page size. This matters now PowerPC virtio is gaining ground (they like 64k pages). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>