mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
perf script powerpc: Fix a typo in the name of H_DISABLE_AND_GET
The name of the hcall for opcode 432 is "H_DISABLE_AND_GET". This typo
was fixed in the main file [1] in the commit 0f10228c6f ("KVM: PPC: Fix
typo on H_DISABLE_AND_GET hcall").
[1]: arch/powerpc/include/asm/hvcall.h
Signed-off-by: Gautam Menghani <gautam@linux.ibm.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
156e027582
commit
17f0514671
|
|
@ -112,7 +112,7 @@ hcall_table = {
|
|||
420: 'H_CREATE_RPT',
|
||||
424: 'H_REMOVE_RPT',
|
||||
428: 'H_REGISTER_RPAGES',
|
||||
432: 'H_DISABLE_AND_GETC',
|
||||
432: 'H_DISABLE_AND_GET',
|
||||
436: 'H_ERROR_DATA',
|
||||
440: 'H_GET_HCA_INFO',
|
||||
444: 'H_GET_PERF_COUNT',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user