lkml.org 
[lkml]   [2002]   [Jan]   [15]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Oopses in scheduler on Linux-2.4.17-xfs
DateWed, 16 Jan 2002 01:28:03 +0000 (GMT)
FromAlan Cox <>
> I recently get oopses on 2.4.14-xfs and 2.4.17-xfs.
> box is SMP with old Pentium Pro
> There were some changes with erratas of the Pro ans something
> with "cacheline alignment" and a fence.

Unrelated - in fact you have bugs before and after. The fixes in question
were two sets

1.	In certain bizarre situations the ppro violates store ordering. It
	needs lock based spin_unlock to avoid that. Ditto locks to ensure
	stores don't bypass stuff on pci_map interfaces. (This btw is the
	same errata as the FENCE stuff in libglide is all about)

2.	Certain address ranges must never be cached on the ppro due to an
	errata. We broke that in two ways - if there was RAM there, and
	if we mapped a card there and set MTRR's to write combine it.

Alan
-
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/

\
 
 \ /
  Last update: 2005-03-22 12:18    [from the cache]
©2003-2008