diff options
Diffstat (limited to 'arch/s390/hypfs/hypfs_vm.c')
-rw-r--r-- | arch/s390/hypfs/hypfs_vm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/hypfs/hypfs_vm.c b/arch/s390/hypfs/hypfs_vm.c index afbe07907c10..44feac38ccfc 100644 --- a/arch/s390/hypfs/hypfs_vm.c +++ b/arch/s390/hypfs/hypfs_vm.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/errno.h> | 9 | #include <linux/errno.h> |
10 | #include <linux/string.h> | 10 | #include <linux/string.h> |
11 | #include <linux/vmalloc.h> | 11 | #include <linux/vmalloc.h> |
12 | #include <asm/diag.h> | ||
12 | #include <asm/ebcdic.h> | 13 | #include <asm/ebcdic.h> |
13 | #include <asm/timex.h> | 14 | #include <asm/timex.h> |
14 | #include "hypfs.h" | 15 | #include "hypfs.h" |
@@ -66,6 +67,7 @@ static int diag2fc(int size, char* query, void *addr) | |||
66 | memset(parm_list.aci_grp, 0x40, NAME_LEN); | 67 | memset(parm_list.aci_grp, 0x40, NAME_LEN); |
67 | rc = -1; | 68 | rc = -1; |
68 | 69 | ||
70 | diag_stat_inc(DIAG_STAT_X2FC); | ||
69 | asm volatile( | 71 | asm volatile( |
70 | " diag %0,%1,0x2fc\n" | 72 | " diag %0,%1,0x2fc\n" |
71 | "0:\n" | 73 | "0:\n" |