[PATCH 02/19] powerpc: Split processor entitlement retrieval and gathering to helper routines

2008-06-12 Thread Robert Jennings
From: Nathan Fotenot <[EMAIL PROTECTED]> Split the retreival and setting of processor entitlement and weight into helper routines. Signed-off-by: Nathan Fotenot <[EMAIL PROTECTED]> --- arch/powerpc/kernel/lparcfg.c | 163 ++ 1 file changed, 86 insertions

Re: [PATCH 02/19] powerpc: Split processor entitlement retrieval and gathering to helper routines

2008-06-12 Thread Stephen Rothwell
Hi Robert, On Thu, 12 Jun 2008 17:08:58 -0500 Robert Jennings <[EMAIL PROTECTED]> wrote: > > - seq_printf(m, "R4=0x%lx\n", h_entitled); > - seq_printf(m, "R5=0x%lx\n", h_unallocated); > - seq_printf(m, "R6=0x%lx\n", h_aggregation); > - seq_printf(m,

Re: [PATCH 02/19] powerpc: Split processor entitlement retrieval and gathering to helper routines

2008-06-13 Thread Nathan Fontenot
Stephen Rothwell wrote: Hi Robert, On Thu, 12 Jun 2008 17:08:58 -0500 Robert Jennings <[EMAIL PROTECTED]> wrote: - seq_printf(m, "R4=0x%lx\n", h_entitled); - seq_printf(m, "R5=0x%lx\n", h_unallocated); - seq_printf(m, "R6=0x%lx\n", h_aggregation); -

Re: [PATCH 02/19] powerpc: Split processor entitlement retrieval and gathering to helper routines

2008-06-16 Thread Nathan Fontenot
Split the retrieval and setting of processor entitlement and weight into helper routines. This also removes the printing of the raw values returned from h_get_ppp, the values are already parsed and printed. Signed-off-by: Nathan Fontenot <[EMAIL PROTECTED]> --- arch/powerpc/kernel/lparcfg.c |