aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>2015-05-06 09:17:51 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-05-13 09:58:18 +0200
commit78335a30e0ea2ac79db5a9915fdf6edd9e8ded9b (patch)
tree09d2cadffa3de537b8295902a3918b5a40c07054 /arch/s390/include
parents390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max() (diff)
downloadlinux-dev-78335a30e0ea2ac79db5a9915fdf6edd9e8ded9b.tar.xz
linux-dev-78335a30e0ea2ac79db5a9915fdf6edd9e8ded9b.zip
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>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/sclp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/sclp.h b/arch/s390/include/asm/sclp.h
index 6b00faa7e1ad..c891f41b2753 100644
--- a/arch/s390/include/asm/sclp.h
+++ b/arch/s390/include/asm/sclp.h
@@ -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;