Commit 4c0c1725 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] export agp_memory_reserved

nvidia-agp needs it.
parent 3dd9a2ff
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
__u32 *agp_gatt_table; __u32 *agp_gatt_table;
int agp_memory_reserved; int agp_memory_reserved;
EXPORT_SYMBOL(agp_memory_reserved);
/* /*
* Generic routines for handling agp_memory structures - * Generic routines for handling agp_memory structures -
* They use the basic page allocation routines to do the brunt of the work. * They use the basic page allocation routines to do the brunt of the work.
......
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