x86, 32-bit: trim memory not covered by wb mtrrs
[deliverable/linux.git] / arch / x86 / kernel / bugs_64.c
CommitLineData
c169859d 1/*
c169859d
JF
2 * Copyright (C) 1994 Linus Torvalds
3 * Copyright (C) 2000 SuSE
c169859d
JF
4 */
5
6#include <linux/kernel.h>
57decbda 7#include <linux/init.h>
c169859d 8#include <asm/alternative.h>
dd22a682 9#include <asm/bugs.h>
c169859d 10#include <asm/processor.h>
0a203a4c 11#include <asm/mtrr.h>
c169859d
JF
12
13void __init check_bugs(void)
14{
15 identify_cpu(&boot_cpu_data);
16#if !defined(CONFIG_SMP)
17 printk("CPU: ");
18 print_cpu_info(&boot_cpu_data);
19#endif
20 alternative_instructions();
21}
This page took 0.193281 seconds and 5 git commands to generate.