aboutsummaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-03-02 09:33:11 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-03-02 09:33:11 +0000
commitd9edb54d671cf60004821d4856c7a01cc46ad92b (patch)
tree4b86f1c95021ec1e95b795932e2ad92a17f9ef3e /patches
parent072f03be952e480445da31d0f659e9e55d0dcf50 (diff)
downloadxen-d9edb54d671cf60004821d4856c7a01cc46ad92b.tar.gz
xen-d9edb54d671cf60004821d4856c7a01cc46ad92b.tar.bz2
xen-d9edb54d671cf60004821d4856c7a01cc46ad92b.zip
bitkeeper revision 1.1236.1.45 (42258857U4okIoyPxH5YjJWR8rXbew)
Xen emulates WBINVD -- reduce diffs in Linux 2.6 in light of this. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/linux-2.6.10/agpgart.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/linux-2.6.10/agpgart.patch b/patches/linux-2.6.10/agpgart.patch
index 249afd6f0b..3249eab312 100644
--- a/patches/linux-2.6.10/agpgart.patch
+++ b/patches/linux-2.6.10/agpgart.patch
@@ -350,22 +350,3 @@ diff -ur linux-2.6.9/drivers/char/agp/uninorth-agp.c linux-2.6.9-new/drivers/cha
for (i = 0; i < num_entries; i++) {
agp_bridge->gatt_table[i] =
-diff -ur linux-2.6.9/include/asm-i386/agp.h linux-2.6.9-new/include/asm-i386/agp.h
---- linux-2.6.9/include/asm-i386/agp.h 2004-10-18 22:53:06.000000000 +0100
-+++ linux-2.6.9-new/include/asm-i386/agp.h 2004-11-28 19:32:03.000000000 +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 @@
- /* 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