https://github.com/torvalds/linux
Revision e74ca2b49b8a38e9ba0bc039a00498c21140f1d6 authored by Eric Sesterhenn on 31 March 2006, 23:25:12 UTC, committed by Adrian Bunk on 31 March 2006, 23:25:12 UTC
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>
1 parent 46a350e
History
Tip revision: e74ca2b49b8a38e9ba0bc039a00498c21140f1d6 authored by Eric Sesterhenn on 31 March 2006, 23:25:12 UTC
BUG_ON() Conversion in mm/swap_state.c
Tip revision: e74ca2b
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.7 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 67.2 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top