commit | 4ef5651e85589e3aaca704c6d2d7ae7e794e5d25 | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Fri Dec 04 17:44:52 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Dec 05 09:10:12 2009 -0800 |
tree | cd78e6e87c245667035eb7b120ebdf633b221cdb | |
parent | a5fc5eba4dfcc284e6adcd7fdcd5b43182230d2b [diff] |
MIPS: Convert BUG() to use unreachable() Use the new unreachable() macro instead of while(1); Signed-off-by: David Daney <ddaney@caviumnetworks.com> Acked-by: Ralf Baechle <ralf@linux-mips.org> CC: linux-mips@linux-mips.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>