Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-drm-fsl-dcu.git] / arch / s390 / kernel / traps.c
index 1b18118bbc06bbe58f846343198dc84fb5ec04b5..d69d648759c9f926ae91771cef6a8cc291ee403e 100644 (file)
@@ -260,11 +260,8 @@ void vector_exception(struct pt_regs *regs)
 
 void data_exception(struct pt_regs *regs)
 {
-       __u16 __user *location;
        int signal = 0;
 
-       location = get_trap_ip(regs);
-
        save_fpu_regs();
        if (current->thread.fpu.fpc & FPC_DXC_MASK)
                signal = SIGFPE;