diff options
Diffstat (limited to 'arch/x86/kernel/cpu/mtrr/main.c')
-rw-r--r-- | arch/x86/kernel/cpu/mtrr/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/mtrr/main.c b/arch/x86/kernel/cpu/mtrr/main.c index b6e136f23d3d..c8fda3eb3d7e 100644 --- a/arch/x86/kernel/cpu/mtrr/main.c +++ b/arch/x86/kernel/cpu/mtrr/main.c | |||
@@ -649,6 +649,7 @@ static __init int amd_special_default_mtrr(void) | |||
649 | 649 | ||
650 | /** | 650 | /** |
651 | * mtrr_trim_uncached_memory - trim RAM not covered by MTRRs | 651 | * mtrr_trim_uncached_memory - trim RAM not covered by MTRRs |
652 | * @end_pfn: ending page frame number | ||
652 | * | 653 | * |
653 | * Some buggy BIOSes don't setup the MTRRs properly for systems with certain | 654 | * Some buggy BIOSes don't setup the MTRRs properly for systems with certain |
654 | * memory configurations. This routine checks that the highest MTRR matches | 655 | * memory configurations. This routine checks that the highest MTRR matches |