Hi,<br><br>I'm currently trying to &quot;port&quot; a binary-only driver to Linux/PPC : the card manufacturer<br>provides MacOS X and Linux/i386 drivers, providing *some* sources with the Linux driver.<br><br>The plan is to use the provided sources, and to get the remaining symbols &amp; code from the MacOSX
<br>object -- Unfortunately, one of those components makes a call to atomic_clear_mask(), which doesn't <br>seem available on PPC yet.<br><br>So the question is : is there a workaround for this, and if not, how would you implement this call 
<br>(I have absolutely no knowledge of PPC assembly). Quickly grepping through kernel headers reveals it<br>is present for i386, arm and x86_64, but not sparc or ppc. Is there a reason for this ?<br><br>Simon<br><br>