From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 24 Apr 2009 16:42:12 -0700 Subject: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem In-Reply-To: <20090424194120.CB8D383420E8@gemini.denx.de> References: <49A4D6BC.3010608@renesas.com> <20090403215440.D212983797DC@gemini.denx.de> <20090424194120.CB8D383420E8@gemini.denx.de> Message-ID: <49F24E54.9080708@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Wolfgang Denk wrote: > Dear Wolfgang Denk, > > In message <20090403215440.D212983797DC@gemini.denx.de> I wrote: > >> Dear Ben, >> >> In message <49A4D6BC.3010608@renesas.com> Yoshihiro Shimoda wrote: >> >>> Fix the problem that cannot access actual data when CPU data cache enabled. >>> >>> Signed-off-by: Yoshihiro Shimoda >>> --- >>> drivers/net/rtl8169.c | 11 ++++++++++- >>> 1 files changed, 10 insertions(+), 1 deletions(-) >>> >> I did not see any comments on this? >> >> Ditto for the other patch: >> >> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/55286 >> >> ? >> > > Any comments? > > If you don't have time, I can apply this directly. > > Best regards, > > Wolfgang Denk > > This one also looks fine. Please apply directly. thanks, Ben