aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/oprofile/hwsampler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/oprofile/hwsampler.h b/arch/s390/oprofile/hwsampler.h
index 1912f3bb190c..0022e1ebfbde 100644
--- a/arch/s390/oprofile/hwsampler.h
+++ b/arch/s390/oprofile/hwsampler.h
@@ -81,8 +81,8 @@ struct hws_data_entry {
81 unsigned int:16; 81 unsigned int:16;
82 unsigned int prim_asn:16; /* primary ASN */ 82 unsigned int prim_asn:16; /* primary ASN */
83 unsigned long long ia; /* Instruction Address */ 83 unsigned long long ia; /* Instruction Address */
84 unsigned long long lpp; /* Logical-Partition Program Param. */ 84 unsigned long long gpp; /* Guest Program Parameter */
85 unsigned long long vpp; /* Virtual-Machine Program Param. */ 85 unsigned long long hpp; /* Host Program Parameter */
86}; 86};
87 87
88struct hws_trailer_entry { 88struct hws_trailer_entry {