From: Martin Schwidefsky Date: Thu, 25 Dec 2008 12:39:17 +0000 (+0100) Subject: [S390] remove warnings with functions ending in BUG X-Git-Tag: v2.6.29-rc1~584^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6cd2a5908adecd06c8cee2a73814463ed71493;p=pandora-kernel.git [S390] remove warnings with functions ending in BUG Functions which end in a BUG() statement and skip the return statement cause compile warnings on s390, e.g.: mm/bootmem.c: In function 'mark_bootmem': mm/bootmem.c:321: warning: control reaches end of non-void function To avoid the warning add an endless loop to the BUG() macro. Signed-off-by: Martin Schwidefsky Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed