commit | 2d6cd2a5908adecd06c8cee2a73814463ed71493 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Dec 25 13:39:17 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Dec 25 13:39:12 2008 +0100 |
tree | f6565aad364b05055133cbba553762fcda5420a2 | |
parent | edd5378740fe7717b1377ee04e593cfad8d29650 [diff] |
[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 <schwidefsky@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>