diff options
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | 2013-11-13 04:38:27 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-11-15 08:08:41 -0500 |
commit | 7b50da53f6ad2048241bef232bfc22a132a40283 (patch) | |
tree | d8cdf310a750de86e63c4831de2fa22affa350b4 /arch/s390/include | |
parent | acf6a004e6a35dad17032e3b7c5a046c29957e65 (diff) |
s390/sclp: Consolidate early sclp init calls to sclp_early_detect()
The new function calls the old ones. The sclp_event_mask_early() is removed
and replaced by one invocation of sclp_set_event_mask(0, 0).
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Michael Holzheu <holzheu@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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/include/asm/sclp.h b/arch/s390/include/asm/sclp.h index 593069201bb9..30ef748bc161 100644 --- a/arch/s390/include/asm/sclp.h +++ b/arch/s390/include/asm/sclp.h | |||
@@ -43,7 +43,6 @@ struct sclp_cpu_info { | |||
43 | int sclp_get_cpu_info(struct sclp_cpu_info *info); | 43 | int sclp_get_cpu_info(struct sclp_cpu_info *info); |
44 | int sclp_cpu_configure(u8 cpu); | 44 | int sclp_cpu_configure(u8 cpu); |
45 | int sclp_cpu_deconfigure(u8 cpu); | 45 | int sclp_cpu_deconfigure(u8 cpu); |
46 | void sclp_facilities_detect(void); | ||
47 | unsigned long long sclp_get_rnmax(void); | 46 | unsigned long long sclp_get_rnmax(void); |
48 | unsigned long long sclp_get_rzm(void); | 47 | unsigned long long sclp_get_rzm(void); |
49 | int sclp_sdias_blk_count(void); | 48 | int sclp_sdias_blk_count(void); |
@@ -57,7 +56,7 @@ bool sclp_has_vt220(void); | |||
57 | int sclp_pci_configure(u32 fid); | 56 | int sclp_pci_configure(u32 fid); |
58 | int sclp_pci_deconfigure(u32 fid); | 57 | int sclp_pci_deconfigure(u32 fid); |
59 | int memcpy_hsa(void *dest, unsigned long src, size_t count, int mode); | 58 | int memcpy_hsa(void *dest, unsigned long src, size_t count, int mode); |
60 | void sclp_hsa_size_detect(void); | ||
61 | unsigned long sclp_get_hsa_size(void); | 59 | unsigned long sclp_get_hsa_size(void); |
60 | void sclp_early_detect(void); | ||
62 | 61 | ||
63 | #endif /* _ASM_S390_SCLP_H */ | 62 | #endif /* _ASM_S390_SCLP_H */ |