On Thursday, July 12, 2012, Daniel Lezcano wrote: > On 07/12/2012 11:44 PM, Rafael J. Wysocki wrote: > > On Thursday, July 12, 2012, Daniel Lezcano wrote: > >> Remove the index field. It could be given without adding extra > >> information in the cx structure. > >> > >> Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> > > > > I'm not sure about this one. > > > > The code seems to be more straightforward without it, actually. > > > > Why exactly do you need to remove the field? > > Actually, I am trying to cleaning up the different structure in the acpi > and clearly separate what is for cpuidle and what is for acpi. > > I noticed there are some duplicated informations like the index and what > is described in the cx state. > > I am trying to consolidate the code of the cpuidle drivers across the > different platform and I have to admit the processor_idle is the most > complicated as the cpuidle code is spreaded across different files > (processor_driver.c, processor.h, arch/x86/kernel/acpi/cstate.c, etc > ...). So these small patches are to litlle by little separate these two > subsystems (acpi and cpuidle) and have everything related to cpuidle > into the processor_idle file. > > For this patch, it is right it seems to introduce more complexity but > the objective is to consolidate the code. I hope by cleaning the > different structures we will gain in readability. OK, I'm generally fine with that, but I'd prefer to defer this kind of changes to 3.7 so as to avoid rushing them in. Removing unused fields is entirely fine at this point, I don't see how someone may see that objectionable, but let's just avoid playing with fields that are used for now. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html