Atsushi Nemoto ba755f8ec8 [MIPS] Fix BUG(), BUG_ON() handling
With commit 63dc68a8cf60cb110b147dab1704d990808b39e2, kernel can not
handle BUG() and BUG_ON() properly since get_user() returns false for
kernel code.  Use __get_user() to skip unnecessary access_ok().  This
patch also make BRK_BUG code encoded in the TNE instruction.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-04-20 14:58:37 +01:00
..
2007-02-06 16:53:19 +00:00
2007-02-20 17:11:55 +00:00
2005-04-16 15:20:36 -07:00
2005-10-29 19:30:50 +01:00
2007-02-06 16:53:19 +00:00
2007-02-06 16:53:19 +00:00
2006-11-30 01:14:44 +00:00
2006-12-10 21:52:11 +00:00
2006-10-19 17:55:13 +01:00
2007-02-06 16:53:19 +00:00
2007-04-20 14:58:37 +01:00