The default CONFIG_BUG=n version of BUG() should have an empty do...while
authorDavid Howells <dhowells@redhat.com>
Wed, 15 Apr 2009 18:34:56 +0000 (19:34 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Apr 2009 20:55:13 +0000 (13:55 -0700)
commitda60682c116855cf342926b4f3427079400ee7e6
treed426941de6539f345dc79e81152ea4e78e8435b7
parent616df135110ccae617ef9f10e0814fa48462cc37
The default CONFIG_BUG=n version of BUG() should have an empty do...while

The default CONFIG_BUG=n version of BUG() should incorporate an empty a
do...while statement to avoid compilation weirdness.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/bug.h