[S390] sclp: Test facility list before executing a service call.
Check if a command is available before executing. Saves some superfluous service calls that won't succeed anyway. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
05dd25307c
commit
83119ad4a1
5 changed files with 20 additions and 0 deletions
|
@ -28,6 +28,7 @@ struct sclp_ipl_info {
|
|||
};
|
||||
|
||||
void sclp_readinfo_early(void);
|
||||
void sclp_facilities_detect(void);
|
||||
unsigned long long sclp_memory_detect(void);
|
||||
int sclp_sdias_blk_count(void);
|
||||
int sclp_sdias_copy(void *dest, int blk_num, int nr_blks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue