Skip to content
Commit 6730c3c1 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarLinus Torvalds <torvalds@osdl.org>
parent 969780f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment