s390: remove unneeded sizeof(void *) comparisons
[linux-drm-fsl-dcu.git] / arch / s390 / mm / fault.c
index 4c8f5d7f9c23d74c960cd1172f266391ba8ec1a3..f985856a538b75e8c62cdfec3950357cff8fff0d 100644 (file)
@@ -646,7 +646,7 @@ static void pfault_interrupt(struct ext_code ext_code,
                return;
        inc_irq_stat(IRQEXT_PFL);
        /* Get the token (= pid of the affected task). */
-       pid = sizeof(void *) == 4 ? param32 : param64;
+       pid = param64;
        rcu_read_lock();
        tsk = find_task_by_pid_ns(pid, &init_pid_ns);
        if (tsk)