<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Patch attached as a .txt file<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF853491"><font face="Tahoma" color="#000000" size="2"><b>From:</b> Duane Sand<br>
<b>Sent:</b> Friday, June 20, 2014 2:50 PM<br>
<b>To:</b> llvm-commits@cs.uiuc.edu<br>
<b>Cc:</b> Daniel Sanders<br>
<b>Subject:</b> mips64: Use __clear_cache builtin instead of cacheflush<br>
</font><br>
</div>
<div></div>
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">mips64 Android bionic has dropped the mips32-specific cacheflush() routine.<br>
Use the compiler's __clear_cache builtin on mips and mips64, as already done for arm and aarch64.<br>
Delete dead code for calling Android's mutated-arg version of mips32 cacheflush().<br>
<br>
See <a href="https://android-review.googlesource.com/#/c/96717" target="_blank">https://android-review.googlesource.com/#/c/96717</a> for previous discussion of this at aosp.<br>
</div>
</div>
</div>
</div>
</body>
</html>