Move source tree closer to the 2.6.32.17 mainline
/drivers/xen/xenbus/xenbus_xs.c
blob:eab33f1dbdf7013f451af491b882973ea017f718 -> blob:7b547f53f65ee9267f19dd493a6ab7321310ed4c
--- drivers/xen/xenbus/xenbus_xs.c
+++ drivers/xen/xenbus/xenbus_xs.c
@@ -499,7 +499,7 @@ int xenbus_printf(struct xenbus_transact
#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;