x86: Make the rdtsc utility function work correctly on x86_64.

The "=A" constraint doesn't do the right thing when on x86_64, but it lets the
compiler know what we're doing when on 32 bit x86 and might reduce overhead
during sensitive timekeeping operations.

Change-Id: I0e6fe21515ad9f5058692bbf7b75b57cac1621ad
1 file changed