mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 17:49:03 +02: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 <j.neuschaefer@gmx.net> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
||
|---|---|---|
| .. | ||
| asm | ||
| linux | ||
| ringtest | ||
| uapi/linux | ||
| vhost_test | ||
| virtio-trace | ||
| .gitignore | ||
| Makefile | ||
| virtio_test.c | ||
| vringh_test.c | ||