On 6/22/21 4:34 PM, Christian Borntraeger wrote: > This enables the neural NNPA, BEAR enhancement,reset DAT protection and > processor activity counter facilities via the cpu model. > > Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> > --- > arch/s390/tools/gen_facilities.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c > index 61ce5b59b828..606324e56e4e 100644 > --- a/arch/s390/tools/gen_facilities.c > +++ b/arch/s390/tools/gen_facilities.c > @@ -115,6 +115,10 @@ static struct facility_def facility_defs[] = { > 12, /* AP Query Configuration Information */ > 15, /* AP Facilities Test */ > 156, /* etoken facility */ > + 165, /* nnpa facility */ > + 193, /* bear enhancement facility */ > + 194, /* rdp enhancement facility */ > + 196, /* processor activity instrumentation facility */ > -1 /* END */ > } > }, > Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>