]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86_64/system.h
Merge branch 'master'
[linux-2.6-omap-h63xx.git] / include / asm-x86_64 / system.h
index b7f66034ae7ac5e4d9ba115cf6db9d651bb2c41b..3975989802280ff1ad2ffc7322a68611ad2d5793 100644 (file)
@@ -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 */