From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] [PATCH] Performance Patch for TLB misses
Date: Tue, 12 Nov 2002 17:00:26 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590709805401@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590709805350@msgid-missing>
>>>>> On Tue, 12 Nov 2002 09:43:02 +0100, Christian Hildner <christian.hildner@hob.de> said:
Christian> David Mosberger schrieb:
>> Useless to the user, but dangerous to the health of the machine!
>> Please note that attribute aliasing can lead to a machine-check
>> and therefore is an absolute no-no (the machine check could be
>> triggered either by a hardware-prefetch or due to speculative
>> memory accesses inside the kernel).
Christian> I still haven't read volume 2 (System Architecture) to
Christian> the end, so I learned another piece of the total
Christian> complexity of IA64 now.
Note that attribute-aliasing is a problem any architecture with
multiple page-size somehow needs to deal with. Remember the Athlon
AGP bug? It caused problems for a long time and it was due to
attribute-aliasing (between 4KB user pages and 4MB kernel mappings).
The difference with ia64 is that the architects chose to make
attribute-aliasing illegal upfront (so that you may get an MCA when
inserting an invalid translation in the TLB), rather than waiting for
silent data corruption (as it happened with the Athlong AGP bug).
Given the choice between silent data corruption and an explicit MCA, I
think the latter is much preferable.
--david
next prev parent reply other threads:[~2002-11-12 17:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-07 14:00 [Linux-ia64] [PATCH] Performance Patch for TLB misses Christian Hildner
2002-11-07 16:38 ` David Mosberger
2002-11-07 17:14 ` Mario Smarduch
2002-11-11 8:38 ` Christian Hildner
2002-11-11 8:49 ` Christian Hildner
2002-11-11 12:07 ` John Marvin
2002-11-11 18:48 ` David Mosberger
2002-11-12 8:43 ` Christian Hildner
2002-11-12 17:00 ` David Mosberger [this message]
2002-11-12 18:03 ` David Mosberger
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=marc-linux-ia64-105590709805401@msgid-missing \
--to=davidm@napali.hpl.hp.com \
--cc=linux-ia64@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox