X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fsystem.h;h=f48e0dad8b3d3c5503a827a4bc3b5b8a73b0885f;hb=913b83944b9e13c60ca4ef95cf262547ff6bf93b;hp=b7f66034ae7ac5e4d9ba115cf6db9d651bb2c41b;hpb=b2faf597d93bdf5e2d12d93ea0815935a73f749e;p=linux-2.6 diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h index b7f66034ae..f48e0dad8b 100644 --- a/include/asm-x86_64/system.h +++ b/include/asm-x86_64/system.h @@ -1,7 +1,6 @@ #ifndef __ASM_SYSTEM_H #define __ASM_SYSTEM_H -#include #include #include @@ -70,12 +69,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 */