]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86: drop NOP_DS_PREFIX
authorJan Beulich <jbeulich@suse.com>
Thu, 24 Feb 2022 10:21:08 +0000 (11:21 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 24 Feb 2022 10:21:08 +0000 (11:21 +0100)
This wasn't really necessary to introduce: The binutils change
permitting use of standalone "ds" (and "cs") in 64-bit code predates
the minimum binutils version we support.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/flushtlb.c
xen/arch/x86/include/asm/nops.h

index 735ce00316f2c71cc8bf2f61a11665447e20082c..0c5a1de4432adc4661fb079f0081ee3efa0aed28 100644 (file)
@@ -247,8 +247,7 @@ unsigned int flush_area_local(const void *va, unsigned int flags)
         {
             alternative("", "sfence", X86_FEATURE_CLFLUSHOPT);
             for ( i = 0; i < sz; i += c->x86_clflush_size )
-                alternative_input(".byte " __stringify(NOP_DS_PREFIX) ";"
-                                  " clflush %0",
+                alternative_input("ds; clflush %0",
                                   "data16 clflush %0",      /* clflushopt */
                                   X86_FEATURE_CLFLUSHOPT,
                                   "m" (((const char *)va)[i]));
@@ -298,11 +297,11 @@ void cache_writeback(const void *addr, unsigned int size)
 # define INPUT(addr) "a" (addr), BASE_INPUT(addr)
 #endif
         /*
-         * Note regarding the use of NOP_DS_PREFIX: it's faster to do a clflush
+         * Note regarding the "ds" prefix use: it's faster to do a clflush
          * + prefix than a clflush + nop, and hence the prefix is added instead
          * of letting the alternative framework fill the gap by appending nops.
          */
-        alternative_io_2(".byte " __stringify(NOP_DS_PREFIX) "; clflush %[p]",
+        alternative_io_2("ds; clflush %[p]",
                          "data16 clflush %[p]", /* clflushopt */
                          X86_FEATURE_CLFLUSHOPT,
                          CLWB_ENCODING,
index 1a46b97aff3e225d902e87df978b535159688f7b..2724a9862e6bf9e1a896f08d37c228aa9819e065 100644 (file)
@@ -5,8 +5,6 @@
  * Define nops for use with alternative().
  */
 
-#define NOP_DS_PREFIX 0x3e
-
 /*
  * Opteron 64bit nops
  * 1: nop