| Kernel v2.6.9-final /Documentation/cachetlb.txt |
|---|
 2.6.9-final
 Documentation
 cachetlb.txt
diff -Nru a/Documentation/cachetlb.txt b/Documentation/cachetlb.txt
--- a/Documentation/cachetlb.txt 2004-10-15 20:05:14 -07:00
+++ b/Documentation/cachetlb.txt 2004-10-15 20:05:14 -07:00
@@ -354,10 +354,6 @@
of arbitrary user pages (f.e. for ptrace()) it will use
these two routines.
- The page has been kmap()'d, and flush_cache_page() has
- just been called for the user mapping of this page (if
- necessary).
-
Any necessary cache flushing or other coherency operations
that need to occur should happen here. If the processor's
instruction cache does not snoop cpu stores, it is very
|