commit | 8bd994815987dda0947bd9afd887b1410713d4f7 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri May 11 11:23:20 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri May 11 12:53:00 2007 -0700 |
tree | b453238c4f2a14b557db0568e6ada733e5310ecd | |
parent | 547c5355d1b1167af39e315c82aa9ff1398596f4 [diff] |
x86_64: Don't call mtrr_bp_init from identify_cpu The code was ok, but triggered warnings for calling __init from __cpuinit. Instead call it from check_bugs instead. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>