Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137815011
D6945.id17827.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D6945.id17827.diff
View Options
Index: sys/x86/acpica/acpi_wakeup.c
===================================================================
--- sys/x86/acpica/acpi_wakeup.c
+++ sys/x86/acpica/acpi_wakeup.c
@@ -322,7 +322,7 @@
* page-aligned.
*/
wakeaddr = contigmalloc((ACPI_PAGETABLES + 1) * PAGE_SIZE, M_DEVBUF,
- M_WAITOK, 0x500, 0xa0000, PAGE_SIZE, 0ul);
+ M_NOWAIT, 0x500, 0xa0000, PAGE_SIZE, 0ul);
if (wakeaddr == NULL) {
printf("%s: can't alloc wake memory\n", __func__);
return (NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 2:04 AM (1 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26239232
Default Alt Text
D6945.id17827.diff (482 B)
Attached To
Mode
D6945: Use M_NOWAIT when allocating the ACPI wakeup handler
Attached
Detach File
Event Timeline
Log In to Comment