aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/sysinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* [S390] Add missing ifndef/define to include/asm-s390/sysinfo.h.Heiko Carstens2008-04-301-0/+5
| | | | | | | | In order to protect against compile breakage in case the header file gets included twice. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* [S390] Add new fields for System z10 to /proc/sysinfoMartin Schwidefsky2008-04-171-0/+5
| | | | | | | | | 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>
* [S390] KVM preparation: split sysinfo definitions for kvm useChristian Borntraeger2008-04-171-0/+111
drivers/s390/sysinfo.c uses the store system information intruction to query the system about information of the machine, the LPAR and additional hypervisors. KVM has to implement the host part for this instruction. To avoid code duplication, this patch splits the common definitions from sysinfo.c into a separate header file include/asm-s390/sysinfo.h for KVM use. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>