forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/tools/virtio/ringtest/ptr_ring.c
....@@ -18,7 +18,6 @@
1818 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a))
1919 #define SIZE_MAX (~(size_t)0)
2020 #define KMALLOC_MAX_SIZE SIZE_MAX
21
-#define BUG_ON(x) assert(x)
2221
2322 typedef pthread_spinlock_t spinlock_t;
2423