Andrew Morton ed6b9b97f4 alpha: teach the compiler that BUG doesn't return
Fix things like this:

security/selinux/netnode.c: In function 'sel_netnode_find':
security/selinux/netnode.c:126: warning: 'idx' may be used uninitialized in this function
security/selinux/netnode.c: In function 'sel_netnode_sid':
security/selinux/netnode.c:225: warning: 'ret' may be used uninitialized in this function
security/selinux/netnode.c:168: warning: 'idx' may be used uninitialized in this function

due to code correctly not expecting BUG() to return.

For some reason this reduces the object code size for that particular file.

Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-28 08:58:27 -07:00
..
2008-01-30 13:34:07 +01:00
2008-04-02 15:28:19 -07:00
2007-07-17 10:23:11 -07:00
2007-08-09 08:39:22 -07:00
2007-10-17 08:42:55 -07:00
2008-04-18 00:46:35 +02:00
2007-12-17 19:28:16 -08:00
2008-02-08 09:22:39 -08:00
2008-04-02 15:28:19 -07:00
2008-04-28 08:58:23 -07:00
2007-10-16 09:43:03 -07:00
2008-04-17 10:42:34 -04:00
2007-07-17 11:01:07 -07:00
2008-02-05 09:44:18 -08:00
2008-02-05 09:44:21 -08:00
2008-02-07 08:42:30 -08:00