]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/xen/xenbus/xenbus_xs.c
Merge branch 'xen/xenbus' into upstream/xen
[karo-tx-linux.git] / drivers / xen / xenbus / xenbus_xs.c
index 6f91e8c8b93209d92abe6e2c649d27fb91472529..5534690075aff4d6b0713d04b8d98dd07ef1fba9 100644 (file)
@@ -534,7 +534,7 @@ int xenbus_printf(struct xenbus_transaction t,
 #define PRINTF_BUFFER_SIZE 4096
        char *printf_buffer;
 
-       printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_KERNEL);
+       printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_NOIO | __GFP_HIGH);
        if (printf_buffer == NULL)
                return -ENOMEM;