s390/sclp: move sclp_facilities into "struct sclp"

Let's also move the facilities into the sclp struct, so we can avoid
another separate external variable.

Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
David Hildenbrand
2015-05-06 09:17:51 +02:00
committed by Martin Schwidefsky
parent 3a9f3fe69e
commit 78335a30e0
5 changed files with 9 additions and 11 deletions

View File

@@ -62,6 +62,7 @@ struct sclp_info {
unsigned long long hamax;
unsigned int max_cpu;
unsigned long hsa_size;
unsigned long long facilities;
};
extern struct sclp_info sclp;