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

2008-07-22 Thread Nathan Fontenot
Updated patch to remove checking the return code from the h_call for H_PIC. This reverts the reporting back to its original state. 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,

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

2008-07-04 Thread Robert Jennings
From: Nathan Fotenot [EMAIL PROTECTED] 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]