Re: [PATCH] select GENERIC_ATOMIC64 for c6x/score/unicore32 archs

From: Fengguang Wu
Date: Tue Aug 14 2012 - 22:36:34 EST


> -#define L1_CACHE_BYTES L2_CACHE_BYTES
> +#define L1_CACHE_SHIFT L2_CACHE_SHIFT
> +#define L1_CACHE_BYTES (1 << L2_CACHE_SHIFT)

Nitpick: the last line could better be:

+#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)

Reviewed-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>

Thanks!
--
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/