mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 23:47:19 +08:00
17 lines
536 B
Diff
17 lines
536 B
Diff
--- cat11.2/common/lib/modules/fglrx/build_mod/firegl_public.c 2011-02-02 19:39:49.000000000 +0100
|
|
+++ cat11.2/common/lib/modules/fglrx/build_mod/firegl_public.c 2011-02-17 14:45:38.197914622 +0100
|
|
@@ -1894,13 +1894,11 @@
|
|
/** \brief Grab global kernel lock */
|
|
void ATI_API_CALL KCL_GlobalKernelLock(void)
|
|
{
|
|
- lock_kernel();
|
|
}
|
|
|
|
/** \brief Release global kernel lock */
|
|
void ATI_API_CALL KCL_GlobalKernelUnlock(void)
|
|
{
|
|
- unlock_kernel();
|
|
}
|
|
|
|
/*****************************************************************************/
|