Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 255267 Details for
Bug 346367
version bump request: x11-drivers/ati-drivers-10.11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch for the ebuild above
ati-drivers-2.6.37.patch (text/plain), 495 bytes, created by
Enrico Tagliavini
on 2010-11-23 23:34:33 UTC
(
hide
)
Description:
the patch for the ebuild above
Filename:
MIME Type:
Creator:
Enrico Tagliavini
Created:
2010-11-23 23:34:33 UTC
Size:
495 bytes
patch
obsolete
>--- ati.orig/common/lib/modules/fglrx/build_mod/firegl_public.c 2010-11-18 18:08:34.831997690 +0100 >+++ ati/common/lib/modules/fglrx/build_mod/firegl_public.c 2010-11-18 18:10:28.711997706 +0100 >@@ -5094,7 +5094,11 @@ > unsigned int ATI_API_CALL KAS_Mutex_Initialize(void* hMutex) > { > kasMutex_t* mutex_obj = (kasMutex_t*)hMutex; >+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37) >+ sema_init(&(mutex_obj->mutex),1); >+#else > init_MUTEX(&(mutex_obj->mutex)); >+#endif > return 1; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 346367
:
255057
|
255265
| 255267