diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-04-17 07:46:10 +0200 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-04-17 07:47:01 +0200 |
commit | cbce70e687bf9c7968d63f058b4c3d2e90008ce2 (patch) | |
tree | baa522ffccc740a9ba523a4947d22e2ce0a42ca1 /include/asm-s390/sysinfo.h | |
parent | aa24f7f08baca5aa9201901131cbdd0b14deceb6 (diff) |
[S390] Add new fields for System z10 to /proc/sysinfo
Add permanent and temporary model capacity and the corresponding
capacity value fields for the three capacity identifiers to the
output of /proc/sysinfo.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'include/asm-s390/sysinfo.h')
-rw-r--r-- | include/asm-s390/sysinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-s390/sysinfo.h b/include/asm-s390/sysinfo.h index 014f2a24664e..abe10ae15e46 100644 --- a/include/asm-s390/sysinfo.h +++ b/include/asm-s390/sysinfo.h @@ -20,6 +20,11 @@ struct sysinfo_1_1_1 { char sequence[16]; char plant[4]; char model[16]; + char model_perm_cap[16]; + char model_temp_cap[16]; + char model_cap_rating[4]; + char model_perm_cap_rating[4]; + char model_temp_cap_rating[4]; }; struct sysinfo_1_2_1 { |