<div dir="ltr">On Tue, Jun 18, 2013 at 10:46 AM, JF Bastien <span dir="ltr"><<a href="mailto:jfb@google.com" target="_blank">jfb@google.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I assume that this was written before ARM got LPAE, and isn't true<br>
anymore. My correction is a bit of a mouthful, but is technically<br>
correct.<br></blockquote><div><br></div><div>Not sure if it was before ARM got LPAE, but it was definitely before I knew LPAE has an effect here, i.e. before today. :) </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

diff --git a/docs/Atomics.rst b/docs/Atomics.rst<br>
index 705d73f..1243f34 100644<br>
--- a/docs/Atomics.rst<br>
+++ b/docs/Atomics.rst<br>
@@ -211,7 +211,7 @@ Notes for code generation<br>
   never stored.  A normal load or store instruction is usually sufficient, but<br>
   note that an unordered load or store cannot be split into multiple<br>
   instructions (or an instruction which does multiple memory operations, like<br>
-  ``LDRD`` on ARM).<br>
+  ``LDRD`` on ARM without LPAE, or not naturally-aligned ``LDRD`` on LPAE ARM).<br><br></blockquote><div><br></div><div> Looks fine.<br></div><div><br></div><div>-Eli </div></div><br></div></div>