Commit a6de0a91 authored by Heiko Carstens's avatar Heiko Carstens

s390/nmi: remove unused code

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent 2be1da8d
...@@ -191,7 +191,6 @@ static int notrace s390_check_registers(union mci mci, int umode) ...@@ -191,7 +191,6 @@ static int notrace s390_check_registers(union mci mci, int umode)
{ {
union ctlreg2 cr2; union ctlreg2 cr2;
int kill_task; int kill_task;
void *fpt_save_area;
kill_task = 0; kill_task = 0;
...@@ -224,7 +223,6 @@ static int notrace s390_check_registers(union mci mci, int umode) ...@@ -224,7 +223,6 @@ static int notrace s390_check_registers(union mci mci, int umode)
if (!test_cpu_flag(CIF_FPU)) if (!test_cpu_flag(CIF_FPU))
kill_task = 1; kill_task = 1;
} }
fpt_save_area = &S390_lowcore.floating_pt_save_area;
if (!mci.fc) { if (!mci.fc) {
/* /*
* Floating point control register can't be restored. * Floating point control register can't be restored.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment