Re: [PATCH 03/16] dma-debug: add hash functions fordma_debug_entries

From: Andrew Morton
Date: Tue Jan 13 2009 - 03:53:30 EST


On Fri, 9 Jan 2009 17:19:17 +0100 Joerg Roedel <joerg.roedel@xxxxxxx> wrote:

> +struct hash_bucket {
> + struct list_head list;
> + spinlock_t lock;
> +} ____cacheline_aligned;

__cacheline_aligned_in_smp.

This all looks like an exotically large amount of code for a debug thingy?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/