kernel-ark/drivers/char/agp
Linus Torvalds 6730c3c144 Fix AGP compile on non-x86 architectures
AGP shouldn't use "global_flush_tlb()" to flush the AGP mappings, that i
spurely an x86'ism.  The proper AGP mapping flusher that should be used
is "flush_agp_mappings()", which on x86 obviously happens to do a global
TLB flush.

This makes AGP (or at least the config _I_ happen to use) compile again
on ppc64.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-09 14:56:00 -08:00
..
agp.h
ali-agp.c
alpha-agp.c
amd64-agp.c
amd-k7-agp.c
ati-agp.c
backend.c Fix AGP compile on non-x86 architectures 2005-11-09 14:56:00 -08:00
efficeon-agp.c
frontend.c
generic.c Fix AGP compile on non-x86 architectures 2005-11-09 14:56:00 -08:00
hp-agp.c
i460-agp.c [PATCH] i460-agp warning fixes 2005-11-08 13:43:54 -08:00
intel-agp.c
isoch.c
Kconfig
Makefile
nvidia-agp.c
sgi-agp.c
sis-agp.c
sworks-agp.c
uninorth-agp.c
via-agp.c