X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fsystem.h;h=3975989802280ff1ad2ffc7322a68611ad2d5793;hb=26f91fd54dba57a9bfe2373242ad71792d7af610;hp=b7f66034ae7ac5e4d9ba115cf6db9d651bb2c41b;hpb=536ea4e4198eeaa5a73fb734ea675e621609bb7e;p=linux-2.6 diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h index b7f66034ae..3975989802 100644 --- a/include/asm-x86_64/system.h +++ b/include/asm-x86_64/system.h @@ -70,12 +70,6 @@ extern void load_gs_index(unsigned); ".previous" \ : :"r" (value), "r" (0)) -#define set_debug(value,register) \ - __asm__("movq %0,%%db" #register \ - : /* no output */ \ - :"r" ((unsigned long) value)) - - #ifdef __KERNEL__ struct alt_instr { __u8 *instr; /* original instruction */