]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/system.h
powerpc: add defconfig for Freescale MPC8349E-mITX board
[linux-2.6] / include / asm-x86_64 / system.h
index b7f66034ae7ac5e4d9ba115cf6db9d651bb2c41b..f48e0dad8b3d3c5503a827a4bc3b5b8a73b0885f 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __ASM_SYSTEM_H
 #define __ASM_SYSTEM_H
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <asm/segment.h>
 
@@ -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 */