commit | 3a35ce7dcefe9e80a00603a195269fbaf6e7d901 | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Thu Jan 22 16:42:57 2009 +0100 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 21:55:22 2009 +1030 |
tree | 23d814e318c36d7a9fe601be2f535da45bceec56 | |
parent | 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b [diff] |
virtio: fix BAD_RING, START_US and END_USE macros Impact: cleanup fix BAD_RING, START_US and END_USE macros When these macros aren't called with a variable named vq as first argument, this would result in a build failure. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>