]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/bounce.c
[MIPS] Fix BUG(), BUG_ON() handling
[karo-tx-linux.git] / mm / bounce.c
index 643efbe82402e2d8e1e530521e67e345896bdc26..ad401fc574400c50fbbf7ea80ff3e4454adfae7a 100644 (file)
@@ -204,7 +204,7 @@ static void __blk_queue_bounce(request_queue_t *q, struct bio **bio_orig,
                /*
                 * is destination page below bounce pfn?
                 */
-               if (page_to_pfn(page) < q->bounce_pfn)
+               if (page_to_pfn(page) <= q->bounce_pfn)
                        continue;
 
                /*