1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/files/eblits/mtrr_check.eblit,v 1.1 2008/12/18 18:27:35 cardoe Exp $
6 ebegin "Checking for MTRR support"
7 linux_chkconfig_present MTRR
10 if [[ $? -ne 0 ]] ; then
11 eerror "Please enable MTRR support in your kernel config, found at:"
13 eerror " Processor type and features"
14 eerror " [*] MTRR (Memory Type Range Register) support"
16 eerror "and recompile your kernel ..."
17 die "MTRR support not detected!"