commit | d8ff0bbf564f7ebf6c33ef6662d8f00c7d43ba80 | [log] [tgz] |
---|---|---|
author | Marcin Slusarz <marcin.slusarz@gmail.com> | Fri Feb 01 21:31:51 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 19 16:18:33 2008 +0100 |
tree | 33baf57ba765857da6b3b4e029c6b126e8897b88 | |
parent | d76c1ae4d1f4f322d47e7c6e47a277384ba9d9cb [diff] |
x86: fix printout ugliness in cpu info printk fix print_cpu_info, because it produced on boot: CPU: <6>AMD Athlon(tm) 64 Processor 3200+ stepping 00 instead of: CPU: AMD Athlon(tm) 64 Processor 3200+ stepping 00 (broken since 04e1ba852132c9ad006affcd5b8c8606295170b0 - x86: cleanup kernel/setup_64.c) Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>