mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
BUG_ON(x) should raise an error if x is true, but assert(x) raises an error if x is false. Remove this bogus definition of BUG_ON(), which isn't used anyway. Signed-off-by: Jonathan Neuschäfer <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
Partial implementation of various ring layouts, useful to tune virtio design. Uses shared memory heavily. Typical use: # sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring