Merge tag 'pinctrl-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[cascardo/linux.git] / arch / s390 / hypfs / hypfs_diag0c.c
index d4c0d37..24c747a 100644 (file)
 static void diag0c(struct hypfs_diag0c_entry *entry)
 {
        asm volatile (
-#ifdef CONFIG_64BIT
                "       sam31\n"
                "       diag    %0,%0,0x0c\n"
                "       sam64\n"
-#else
-               "       diag %0,%0,0x0c\n"
-#endif
                : /* no output register */
                : "a" (entry)
                : "memory");