|
@@ -16,7 +16,7 @@ static inline void native_clts(void)
|
|
* all loads stores around it, which can hurt performance. Solution is to
|
|
* all loads stores around it, which can hurt performance. Solution is to
|
|
* use a variable and mimic reads and writes to it to enforce serialization
|
|
* use a variable and mimic reads and writes to it to enforce serialization
|
|
*/
|
|
*/
|
|
-static unsigned long __force_order;
|
|
|
|
|
|
+extern unsigned long __force_order;
|
|
|
|
|
|
static inline unsigned long native_read_cr0(void)
|
|
static inline unsigned long native_read_cr0(void)
|
|
{
|
|
{
|