[PATCH] [ARM] Build failure CONFIG_ARCH_KIRKWOOD_DT relies on CACHE_FEROCEON_L2
From: Jason Gunthorpe <hidden>
Date: 2012-10-02 17:50:02
From: Jason Gunthorpe <hidden>
Date: 2012-10-02 17:50:02
On Mon, Oct 01, 2012 at 07:31:58AM -0700, Olof Johansson wrote:
Ah. diff took out the #else in the middle and I didn't look at the file. Obviously correct as-is. In some other places we choose to put the ifdef outside the function and provide a static inline stub in the header file instead. Either way works fine though.
I don't actually expect anyone will run CONFIG_ARCH_KIRKWOOD_DT without CACHE_FEROCEON_L2 - I had thought about just forcing kconfig to include CACHE_FEROCEON_L2, but figured there was some reason they were separate.. Is there anything further I should do to get this patch upstream? Thanks, Jason