From: Andrew Morton <akpm@linux-foundation.org>
To: Bob Tracy <rct@gherkin.frus.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [BUG] /proc/mtrr I/O error
Date: Tue, 2 Sep 2008 15:46:20 -0700 [thread overview]
Message-ID: <20080902154620.314ad5c2.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080829213824.GA2281@gherkin.frus.com>
On Fri, 29 Aug 2008 16:38:24 -0500
Bob Tracy <rct@gherkin.frus.com> wrote:
> With 2.6.27-rc4 and possibly earlier kernels, I see the following:
>
> $ cat /proc/mtrr
> cat: /proc/mtrr: Input/output error
>
> Processor is an AMD K6-III/450.
>
static int mtrr_open(struct inode *inode, struct file *file)
{
if (!mtrr_if)
return -EIO;
Beats me. Perhaps something broke in mtrr_bp_init().
It would be useful to know if 2.6.26 worked OK.
Thanks.
next prev parent reply other threads:[~2008-09-02 22:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-29 21:38 [BUG] /proc/mtrr I/O error Bob Tracy
2008-09-02 22:46 ` Andrew Morton [this message]
2008-09-02 23:08 ` Yinghai Lu
2008-09-03 3:58 ` Bob Tracy
2008-09-03 4:56 ` Yinghai Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080902154620.314ad5c2.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rct@gherkin.frus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.