On Tue, 12 Jan 2021 08:20:48 -0500 Janosch Frank <frankja@xxxxxxxxxxxxx> wrote: > Availability of SIE is announced via a feature bit in a SCLP info CPU > entry. Let's add a framework that allows us to easily check for such > facilities. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > lib/s390x/io.c | 1 + > lib/s390x/sclp.c | 25 +++++++++++++++++++++++++ > lib/s390x/sclp.h | 13 ++++++++++++- > 3 files changed, 38 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>