android_kernel_xiaomi_sm7250/ipc
Eric Sesterhenn 9ba025f108 BUG_ON() Conversion in ipc/shm.c
this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2006-04-02 13:42:42 +02:00
..
compat_mq.c
compat.c
Makefile
mqueue.c
msg.c
msgutil.c
sem.c
shm.c BUG_ON() Conversion in ipc/shm.c 2006-04-02 13:42:42 +02:00
util.c BUG_ON() Conversion in ipc/util.c 2006-04-01 01:20:23 +02:00
util.h