[PATCH 4/8] pseries: phyp dump: register dump area.

2008-03-21 Thread Manish Ahuja
Set up the actual dump header, register it with the hypervisor. Signed-off-by: Manish Ahuja <[EMAIL PROTECTED]> Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> --- arch/powerpc/platforms/pseries/phyp_dump.c | 137 +++-- 1 file changed, 131 insertions(+), 6 deletions(-

Re: [PATCH 4/8] pseries: phyp dump: register dump area.

2008-03-10 Thread Paul Mackerras
Manish Ahuja writes: > +#define NUM_DUMP_SECTIONS 3 > +#define DUMP_HEADER_VERSION 0x1 > +#define DUMP_REQUEST_FLAG 0x1 > +#define DUMP_SOURCE_CPU 0x0001 > +#define DUMP_SOURCE_HPTE 0x0002 > +#define DUMP_SOURCE_RMO 0x0011 I think it would be clearer if you use a tab to line up the values, like

[PATCH 4/8] pseries: phyp dump: register dump area.

2008-02-28 Thread Manish Ahuja
Set up the actual dump header, register it with the hypervisor. Signed-off-by: Manish Ahuja <[EMAIL PROTECTED]> Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> -- arch/powerpc/platforms/pseries/phyp_dump.c | 137 +++-- 1 file changed, 131 insertions(+), 6 deletions

[PATCH 4/8] pseries: phyp dump: register dump area.

2008-02-17 Thread Manish Ahuja
Set up the actual dump header, register it with the hypervisor. Signed-off-by: Manish Ahuja <[EMAIL PROTECTED]> Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> -- arch/powerpc/platforms/pseries/phyp_dump.c | 137 +++-- 1 file changed, 131 insertions(+), 6 deletions

Re: [PATCH 4/8] pseries: phyp dump: register dump area.

2008-02-12 Thread Manish Ahuja
For now, if we can leave this patch as is, that will be great. That move requires me to work all remaining patches as they apply uncleanly after that. I will bunch those two together functionally next time onwards. Thanks, Manish Stephen Rothwell wrote: > Hi Manish, > >> -/* Is there dum

Re: [PATCH 4/8] pseries: phyp dump: register dump area.

2008-02-12 Thread Stephen Rothwell
Hi Manish, > - /* Is there dump data waiting for us? */ > + /* Is there dump data waiting for us? If there isn't, > + * then register a new dump area, and release all of > + * the rest of the reserved ram. > + * > + * The /rtas/ibm,kernel-dump rtas node is present only

[PATCH 4/8] pseries: phyp dump: register dump area.

2008-02-11 Thread Manish Ahuja
Set up the actual dump header, register it with the hypervisor. Signed-off-by: Manish Ahuja <[EMAIL PROTECTED]> Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> -- arch/powerpc/platforms/pseries/phyp_dump.c | 136 +++-- 1 file changed, 129 insertions(+), 7 deletions

[PATCH 4/8] pseries: phyp dump: register dump area.

2008-01-22 Thread Manish Ahuja
Set up the actual dump header, register it with the hypervisor. Signed-off-by: Manish Ahuja <[EMAIL PROTECTED]> Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> -- arch/powerpc/platforms/pseries/phyp_dump.c | 136 +++-- 1 file changed, 129 insertions(+), 7 deletions