Skip to content

Commit

Permalink
tools/ppchcalls: fix incorrect hypercall name
Browse files Browse the repository at this point in the history
Hypercall name 'H_DISABLE_AND_GETC' is incorrect. In this commit, it
has been corrected to 'H_DISABLE_AND_GET' to align with this linux
kernel commit 0f10228c6ff6 ("KVM: PPC: Fix typo on H_DISABLE_AND_GET
hcall")

Signed-off-by: Aboorva Devarajan <[email protected]>
  • Loading branch information
AboorvaDevarajan authored and chenhengqi committed Oct 9, 2023
1 parent 89ae23d commit cab1f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ppchcalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
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',
Expand Down

0 comments on commit cab1f40

Please sign in to comment.