Re: [PATCH v4 2/5] powerpc/numa: Handle extra hcall_vphn error cases

2019-10-02 Thread Nathan Lynch
Srikar Dronamraju writes: > Currently code handles H_FUNCTION, H_SUCCESS, H_HARDWARE return codes. > However hcall_vphn can return other return codes. Now it also handles > H_PARAMETER return code. Also the rest return codes are handled under the > default case. Reviewed-by: Nathan Lynch

[PATCH v4 2/5] powerpc/numa: Handle extra hcall_vphn error cases

2019-09-13 Thread Srikar Dronamraju
Currently code handles H_FUNCTION, H_SUCCESS, H_HARDWARE return codes. However hcall_vphn can return other return codes. Now it also handles H_PARAMETER return code. Also the rest return codes are handled under the default case. Signed-off-by: Srikar Dronamraju Cc: Michael Ellerman Cc: