FreeBSD Bugzilla – Attachment 79851 Details for
Bug 114649
[patch][acpi] panic: recursed on non-recursive mutex
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 477 bytes, created by
Cristian KLEIN
on 2007-07-17 02:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cristian KLEIN
Created:
2007-07-17 02:40:03 UTC
Size:
477 bytes
patch
obsolete
>--- sys/dev/acpica/Osd/OsdSynch.c.orig 2007-03-27 02:04:02.000000000 +0300 >+++ sys/dev/acpica/Osd/OsdSynch.c 2007-07-17 04:17:37.073597342 +0300 >@@ -346,7 +346,7 @@ > snprintf(h->name, sizeof(h->name), "acpi subsystem HW lock"); > else > snprintf(h->name, sizeof(h->name), "acpi subsys %p", OutHandle); >- mtx_init(&h->lock, h->name, NULL, MTX_DEF); >+ mtx_init(&h->lock, h->name, NULL, MTX_DEF | MTX_RECURSE); > *OutHandle = (ACPI_SPINLOCK)h; > return (AE_OK); > }
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 114649
: 79851