commit | f29521e4ee394ca241df2ba546e9d671394927a2 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Sat Jan 03 15:46:57 2009 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 04 13:22:58 2009 +0100 |
tree | 91f59cb684078b3e2a4294d81c7f455c91b2929f | |
parent | 923a789b49c7269a0245d5af6afe486188d940df [diff] |
x86: rename mp_config_table to mpc_table Impact: cleanup, solve 80 columns wrap problems mp_config_table should be renamed to mpc_table. The reason: the 'c' in MPC already means 'config' - no need to repeat that in the type name. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>