<div dir="ltr">On Mon, Sep 23, 2013 at 1:15 AM, David Gibson <span dir="ltr"><<a href="mailto:david@gibson.dropbear.id.au" target="_blank">david@gibson.dropbear.id.au</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"><div class="im">On Sat, Sep 21, 2013 at 09:48:16AM +0000, Ahmed Samy wrote:<br>
> This module parses data provided by the cpuid instruction.<br>
> It still needs more work, however, it works for most important<br>
> stuff.<br>
><br>
> Signed-off-by: Ahmed Samy <<a href="mailto:f.fallen45@gmail.com">f.fallen45@gmail.com</a>><br>
<br>
</div>This needs some Makefile magic so that it's only compiled on x86<br>
machines.  Otherwise I expect it will break a full compile on anything<br>
non-x86.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
David Gibson                    | I'll have my music baroque, and my code<br>
david AT <a href="http://gibson.dropbear.id.au" target="_blank">gibson.dropbear.id.au</a>  | minimalist, thank you.  NOT _the_ _other_<br>
                                | _way_ _around_!<br>
<a href="http://www.ozlabs.org/~dgibson" target="_blank">http://www.ozlabs.org/~dgibson</a><br>
</font></span></blockquote></div></div><div class="gmail_extra">By non x86 machines, did you mean x86_64 as well?</div><div class="gmail_extra">For a compiler magic, we can test with ${shell "arch -m"} maybe?</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Thanks,</div><div class="gmail_extra">Ahmed.</div></div>