BUG_ON cleanups in arch/i386
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 3 Oct 2006 21:34:58 +0000 (23:34 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 21:34:58 +0000 (23:34 +0200)
This changes a couple of if() BUG(); constructs to
BUG_ON(); so it can be safely optimized away.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

No differences found