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:

committed by
Martin Schwidefsky

parent
3a9f3fe69e
commit
78335a30e0
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user