From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Date: Mon, 31 Oct 2011 11:35:15 +0900 Subject: [U-Boot] [PATCH] sh: fix build error in cache.h In-Reply-To: <201110302225.35809.vapier@gentoo.org> References: <4EADFD6C.4070502@renesas.com> <201110302225.35809.vapier@gentoo.org> Message-ID: <4EAE0963.3000703@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 2011/10/31 11:25, Mike Frysinger wrote: > On Sunday 30 October 2011 21:44:13 Yoshihiro Shimoda wrote: >> In the latest U-Boot, the include/common.h includes the asm/cache.h. >> So, the dcache_invalid_range() in the arch/sh/include/asm/cache.h is >> multiple defination. > > i posted a fix for this already: > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/114290 > > i don't think we want to go this route with inline markings since it bloats > the code ... Thank you for your point. I should have looked at the mailing list more carefully before I submitted my patch... Thanks, Yoshihiro Shimoda