On 27/01/14 16:57, Matthew Rosato wrote: > Define new SCLP codes and structures that will be needed for > s390 memory hotplug. > > Signed-off-by: Matthew Rosato <mjros...@linux.vnet.ibm.com>
Applied with a small fixup. > +/* SCLP Memory hotplug codes */ > +#define SCLP_NO_CMD_PARM 0xffff00ff I removed this define, since it is already there due to the cpu hotplug patches. (#define SCLP_CMD_CODE_MASK 0xffff00ff) Christian