]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
[IA64] Fix trap #45 handling
authorChen Gang <gang.chen@asianux.com>
Mon, 27 May 2013 06:30:29 +0000 (14:30 +0800)
committerTony Luck <tony.luck@intel.com>
Mon, 3 Jun 2013 22:47:42 +0000 (15:47 -0700)
commit169ec523c34212f6e382186bce88f17eba4cad49
tree5362ef1bcab5f228934d81dfaec0b8a3058b35b0
parentd683b96b072dc4680fc74964eca77e6a23d1fa6e
[IA64] Fix trap #45 handling

In this case, the original author did not provide the related reason
string for die_if_kernel(), so the 'buf' is not initialized.

The original author wants to generic a 'SIGSEGV' and 'return', not want
to 'break' to fall to die.

[Probably irrelevent since we no longer support IA-32 execution. -Tony]

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/traps.c