mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08:00
[S390] s390,oprofile: fix alert counter increment
The counter for requested interrupts should be incremented if the program-request-alert bit is set and not the invalid-address-entry bit. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
3af6fb687b
commit
9529cdc51f
@ -764,7 +764,7 @@ static int worker_check_error(unsigned int cpu, int ext_params)
|
||||
if (!sdbt || !*sdbt)
|
||||
return -EINVAL;
|
||||
|
||||
if (ext_params & EI_IEA)
|
||||
if (ext_params & EI_PRA)
|
||||
cb->req_alert++;
|
||||
|
||||
if (ext_params & EI_LSDA)
|
||||
|
Loading…
Reference in New Issue
Block a user