commit | 667c78afaec0ac500908e191e8f236e9578d7b1f | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Dec 08 12:39:12 2010 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Dec 15 12:34:28 2010 -0800 |
tree | 11a469d8a4cfefea2fd3a56be2cda4c7784d54a1 | |
parent | 6c965ff5e7ca844494f1dcf0ec0440146db01294 [diff] |
xen: Provide a variant of __RING_SIZE() that is an integer constant expression Without this, gcc 4.5 won't compile xen-netfront and xen-blkfront, where this is being used to specify array sizes. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: David Miller <davem@davemloft.net> Cc: Stable Kernel <stable@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>