diff --git a/[refs] b/[refs] index 59e299db6727..0da2971c4672 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 106619c440a7cd5a100eaba38665231ab8c762b8 +refs/heads/master: 2dc27f01ec3990d79fc97386459191fc3da2b02f diff --git a/trunk/include/asm-x86/floppy_32.h b/trunk/include/asm-x86/floppy_32.h index 99583b39d216..cca9be7f6c81 100644 --- a/trunk/include/asm-x86/floppy_32.h +++ b/trunk/include/asm-x86/floppy_32.h @@ -154,7 +154,7 @@ static int fd_request_irq(void) static unsigned long dma_mem_alloc(unsigned long size) { - return __get_dma_pages(GFP_KERNEL,get_order(size)); + return __get_dma_pages(GFP_KERNEL | __GFP_NORETRY, get_order(size)); }