FreeBSD Bugzilla – Attachment 79443 Details for
Bug 114113
[acpi] [patch] ACPI kernel panic during S3 suspend / resume
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 875 bytes, created by
Alan Grow
on 2007-06-29 00:30:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Grow
Created:
2007-06-29 00:30:09 UTC
Size:
875 bytes
patch
obsolete
>--- sys/dev/acpica/Osd/OsdSynch.c.orig 2007-06-28 18:35:07.000000000 -0400 >+++ sys/dev/acpica/Osd/OsdSynch.c 2007-03-26 19:04:02.000000000 -0400 >@@ -92,7 +92,7 @@ > if ((as = malloc(sizeof(*as), M_ACPISEM, M_NOWAIT | M_ZERO)) == NULL) > return_ACPI_STATUS (AE_NO_MEMORY); > >- mtx_init(&as->as_mtx, "ACPI semaphore", NULL, MTX_DEF | MTX_RECURSE); >+ mtx_init(&as->as_mtx, "ACPI semaphore", NULL, MTX_DEF); > as->as_units = InitialUnits; > as->as_maxunits = MaxUnits; > as->as_pendings = as->as_resetting = as->as_timeouts = 0; >@@ -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_RECURSE); >+ mtx_init(&h->lock, h->name, NULL, MTX_DEF); > *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 114113
: 79443