[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090110234641.GB20843@elte.hu>
Date: Sun, 11 Jan 2009 00:46:41 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Joerg Roedel <joerg.roedel@....com>
Cc: linux-kernel@...r.kernel.org, mingo@...hat.com,
dwmw2@...radead.org, fujita.tomonori@....ntt.co.jp,
netdev@...r.kernel.org, iommu@...ts.linux-foundation.org
Subject: Re: [PATCH 14/16] dma-debug: add checks for sync_single_sg_*
* Joerg Roedel <joerg.roedel@....com> wrote:
> +void debug_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
> + int nelems, int direction)
> +{
> + struct scatterlist *s;
> + int i;
> +
> + if (global_disable)
> + return;
"if (unlikely(global_disable))" i suspect?
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists