From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gene Kozin" To: "eCos Mailing List" Subject: [ECOS] cygmon sparclite cache mystery Date: Tue, 07 Sep 1999 13:26:00 -0000 Message-id: <000701bef96f$2df6aee0$1d041eac@ccube.com> X-SW-Source: 1999-09/msg00005.html I'm looking at two functions - __dcache_flush and __icache_flush found in bsp/sparc/cache-sparcl.S. What puzzles me is that they are both missing 'retl' instruction. Is it by design, or what? Could somebody clarify this mystery for me please? Thanks.