]> git.karo-electronics.de Git - linux-beck.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)
commit70aa488cff83c965c9e1850f48d82b000d0d6c1c
tree9236fa880fe3fab2ee3cf2bcb0ec4a4e19ded3c5
parent86ebacd360767f6a5cf9c8810977593dccf3f3da
[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