Home
last modified time | relevance | path

Searched hist:"46 a350ef9803a2526a128c55cdb27dd73b2ad966" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmmap.cdiff 46a350ef9803a2526a128c55cdb27dd73b2ad966 Sat Apr 01 01:23:29 CEST 2006 Eric Sesterhenn <snakebyte@gmx.de> BUG_ON() Conversion in mm/mmap.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>