<div class="gmail_quote">On Tue, Dec 14, 2010 at 8:10 PM, Thomas Hellstrom <span dir="ltr">&lt;<a href="mailto:thellstrom@vmware.com" target="_blank">thellstrom@vmware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Hmm,<br>
<br>
for the uninformed, where do we need to use spinlocks in gallium and how do<br>
we avoid using them on an UP system?<br></blockquote><div><br>I plan to use spinlocks to guard very simple code like the macro remove_from_list, which might be, under some circumstances, called too often. Entering and leaving a mutex is quite visible in callgrind.<br>

<br>What does UP stand for?<br><br>Marek<br>
</div></div>