Page MenuHomeFreeBSD

D6945.id.diff
No OneTemporary

D6945.id.diff

Index: head/sys/x86/acpica/acpi_wakeup.c
===================================================================
--- head/sys/x86/acpica/acpi_wakeup.c
+++ head/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

Mime Type
text/plain
Expires
Thu, Mar 19, 4:30 AM (13 m, 11 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29922098
Default Alt Text
D6945.id.diff (497 B)

Event Timeline