]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Extract correct break number for break.b
authorKeith Owens <kaos@sgi.com>
Sat, 28 May 2005 06:09:00 +0000 (23:09 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 8 Jun 2005 19:25:24 +0000 (12:25 -0700)
commit2ea7be892ca33bd6b4f4ac27b88d0901d9788269
tree9236fa880fe3fab2ee3cf2bcb0ec4a4e19ded3c5
parent2866cfcf97a3d737fa70f84d7e1fd8d0a193380b
[IA64] Extract correct break number for break.b

break.b does not store the break number in cr.iim, instead it stores 0,
which makes all break.b instructions look like BUG().  Extract the
break number from the instruction itself.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/traps.c