Re: Athlon PSE/AGP Bug

David S. Miller (davem@redhat.com)
Mon, 21 Jan 2002 14:19:31 -0800 (PST)


From: Andrea Arcangeli <andrea@suse.de>
Date: Mon, 21 Jan 2002 17:54:10 +0100

correct, furthmore it cannot even trigger if you invlpg with an address
page aligned (4mbyte aligned in this case) like we would always do in
linux anyways, we never use invlpg on misaligned addresses, no matter if
the page is a 4M or a 4k page.

That's not true, see the ptrace() helper code. Russell King pointed
this out to me last week and it's on my TODO list to fix it up.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/