Page MenuHomeFreeBSD

D6945.id17827.diff
No OneTemporary

D6945.id17827.diff

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

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)

Event Timeline