commit | 6c65da50bd4589b6b627d4842b8e6705a0ccaab5 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Sun Jan 04 22:22:56 2009 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 05 14:08:34 2009 +0100 |
tree | dcbed07153dd111b6a7f59b0ff590c37d504d701 | |
parent | a1d0272a4676460787bcd7352414e0286763968d [diff] |
x86: rename all fields of mpc_table mpc_X to X Impact: cleanup, solve 80 columns wrap problems It would be cleaner to rename all the mpc->mpc_X fields to mpc->X - that alone would give 4 characters per usage site. (we already know that it's an 'mpc' entity - no need to duplicate that in the field too) Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>