commit | f4f21b716bb997dcafca622d9e232f855a64c7b6 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Sat Jan 03 15:48:52 2009 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 04 13:23:00 2009 +0100 |
tree | 154e8cdaf2d60b94a374ce7afd91eaf137e8afb5 | |
parent | 00fb8606e5621a79ca2fe788e461fe8a59eb1450 [diff] |
x86: rename mpc_config_processor to mpc_cpu Impact: cleanup, solve 80 columns wrap problems mpc_config_processor should be renamed to mpc_cpu. The reason: the 'c' in MPC already means 'config' - no need to repeat that in the type name. Plus 'processor' is a lot longer than 'cpu' - so we try to use 'cpu' in all type names, as much as possible. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>