forked from mirrors/nixpkgs
17 lines
551 B
Diff
17 lines
551 B
Diff
|
diff --git a/common/lib/modules/fglrx/build_mod/firegl_public.c b/common/lib/modules/fglrx/build_mod/firegl_public.c
|
||
|
index b2242af..586129c 100755
|
||
|
--- a/common/lib/modules/fglrx/build_mod/firegl_public.c
|
||
|
+++ b/common/lib/modules/fglrx/build_mod/firegl_public.c
|
||
|
@@ -3249,7 +3249,7 @@ void ATI_API_CALL KCL_UnlockUserPages(unsigned long* page_list, unsigned int pag
|
||
|
unsigned int i;
|
||
|
for (i=0; i<page_cnt; i++)
|
||
|
{
|
||
|
- page_cache_release((struct page*)page_list[i]);
|
||
|
+ put_page((struct page*)page_list[i]);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
--
|
||
|
2.9.2
|
||
|
|