On Thu, Jun 27, 2019 at 2:53 AM Aneesh Kumar K.V <aneesh.ku...@linux.ibm.com> wrote: > > Vaibhav Jain <vaib...@linux.ibm.com> writes: > > > Update the hvcalls.h to include op-codes for new hcalls introduce to > > manage SCM memory. Also update existing hcall definitions to reflect > > current papr specification for SCM. > > > > Signed-off-by: Vaibhav Jain <vaib...@linux.ibm.com> > > > Why split this as a separate patch? You should fold this to the next one > where we actually use the constant.
I figured if you're going to update the hcall numbers to reflect reality then it should be done in a separate patch. Single logical change per patch and all that. Reviewed-by: Oliver O'Halloran <ooh...@gmail.com>