diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2016-10-29 20:06:30 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-12-21 14:43:01 +1100 |
commit | 4c47f77b14879ecd5b248fdf0f69a3c4fa218001 (patch) | |
tree | d2bab46b39d151fc3a09cf0e22692a4185f4aa99 | |
parent | d32b462b313273f5a2a4c7257ea05d86e6331925 (diff) | |
download | skiboot-4c47f77b14879ecd5b248fdf0f69a3c4fa218001.zip skiboot-4c47f77b14879ecd5b248fdf0f69a3c4fa218001.tar.gz skiboot-4c47f77b14879ecd5b248fdf0f69a3c4fa218001.tar.bz2 |
hdat: Add new fields to proc_init_data structure
Latest spec added two new fields to proc_init_data structure.
I don't think we have to pass any data in these new fields.
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | hdata/spira.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hdata/spira.h b/hdata/spira.h index eabf7f9..eae7ac9 100644 --- a/hdata/spira.h +++ b/hdata/spira.h @@ -201,6 +201,8 @@ struct proc_init_data { struct { __be64 nia; __be64 msr; + __be64 nia_charm_time; + __be64 msr_charm_time; } regs; } __packed __align(0x10); |