Commit fc42ba91 authored by Dave Jones's avatar Dave Jones

Merge tetrachloride.(none):/mnt/raid/src/kernel/2.5/bk-linus

into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
parents da017c5b a2b228c5
...@@ -46,7 +46,7 @@ static void __attribute__((unused)) global_cache_flush(void) ...@@ -46,7 +46,7 @@ static void __attribute__((unused)) global_cache_flush(void)
panic(PFX "timed out waiting for the other CPUs!\n"); panic(PFX "timed out waiting for the other CPUs!\n");
} }
#else #else
static inline void global_cache_flush(void) static void global_cache_flush(void)
{ {
flush_agp_cache(); flush_agp_cache();
} }
......
Markdown is supported
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