aboutsummaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-16 10:05:37 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-16 10:05:37 +0000
commit0903db8b15e2705ee6221c376f7c8527d896d058 (patch)
treeaab257d7ad609300e2b1948df813045747112607 /patches
parentdaef7b029da715d5128400b18e7a40f8b9247d6c (diff)
downloadxen-0903db8b15e2705ee6221c376f7c8527d896d058.tar.gz
xen-0903db8b15e2705ee6221c376f7c8527d896d058.tar.bz2
xen-0903db8b15e2705ee6221c376f7c8527d896d058.zip
bitkeeper revision 1.1236.34.11 (423804f1RncutPGYUEnLp5awQB0EYg)
No need for wbinvd patches in agp driver in unstable tree. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/linux-2.6.11/agpgart.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/linux-2.6.11/agpgart.patch b/patches/linux-2.6.11/agpgart.patch
index 4335ddb3cf..ae38a63209 100644
--- a/patches/linux-2.6.11/agpgart.patch
+++ b/patches/linux-2.6.11/agpgart.patch
@@ -350,22 +350,3 @@ diff -rup pristine-linux-2.6.11/drivers/char/agp/uninorth-agp.c linux-2.6.11/dri
for (i = 0; i < num_entries; i++) {
agp_bridge->gatt_table[i] =
-diff -rup pristine-linux-2.6.11/include/asm-i386/agp.h linux-2.6.11/include/asm-i386/agp.h
---- pristine-linux-2.6.11/include/asm-i386/agp.h 2005-03-02 07:37:31.000000000 +0000
-+++ linux-2.6.11/include/asm-i386/agp.h 2005-03-11 00:35:21.331193069 +0000
-@@ -3,6 +3,7 @@
-
- #include <asm/pgtable.h>
- #include <asm/cacheflush.h>
-+#include <asm/system.h>
-
- /*
- * Functions to keep the agpgart mappings coherent with the MMU.
-@@ -19,6 +20,6 @@ int unmap_page_from_agp(struct page *pag
- /* Could use CLFLUSH here if the cpu supports it. But then it would
- need to be called for each cacheline of the whole page so it may not be
- worth it. Would need a page for it. */
--#define flush_agp_cache() asm volatile("wbinvd":::"memory")
-+#define flush_agp_cache() wbinvd()
-
- #endif