[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <492F0EB7.70308@zytor.com>
Date: Thu, 27 Nov 2008 13:18:47 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Arjan van de Ven <arjan@...ux.intel.com>
CC: Ingo Molnar <mingo@...e.hu>, Yinghai Lu <yinghai@...nel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
NetDev <netdev@...r.kernel.org>, x86@...nel.org,
Andrew Morton <akpm@...ux-foundation.org>,
"Theodore Ts'o" <tytso@....edu>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
jesse Barnes <jbarnes@...tuousgeek.org>
Subject: Re: oops/warning report for the week of November 26, 2008
Arjan van de Ven wrote:
> + if (!cpu_has_mtrr)
> + return 0;
> if (!is_cpu(INTEL) || disable_mtrr_trim)
> return 0;
> rdmsr(MTRRdefType_MSR, def, dummy);
cpu_has_mtrr there should presumably replace is_cpu(INTEL). I'm not
sure if this can be replaced by use_intel(); in particular use_intel()
relies on mtrr_if having been initialized.
Looking...
-hpa (out of town for Thanksgiving)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists