http://p4web.freebsd.org/@@213933?ac=10Change 213933 by jhb@jhb_jhbbsd on 2012/07/05 11:44:43
Use high rather than hi to be consistent with the rest of this
file.
Affected files ...
.. //depot/projects/smpng/sys/amd64/include/cpufunc.h#26 edit
Differences ...
==== //depot/projects/smpng/sys/amd64/include/cpufunc.h#26 (text+ko) ====
@@ -423,11 +423,11 @@
static __inline void
load_xcr(u_int reg, u_long val)
{
- u_int low, hi;
+ u_int low, high;
low = val;
- hi = val >> 32;
- __asm __volatile("xsetbv" : : "c" (reg), "a" (low), "d" (hi));
+ high = val >> 32;
+ __asm __volatile("xsetbv" : : "c" (reg), "a" (low), "d" (high));
}
/*
_______________________________________________
[hidden email] mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projectsTo unsubscribe, send any mail to "
[hidden email]"