patch-2.4.0-test7 linux/include/asm-arm/arch-arc/system.h

Next file: linux/include/asm-arm/arch-cl7500/dma.h
Previous file: linux/include/asm-arm/arch-arc/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/include/asm-arm/arch-arc/system.h linux/include/asm-arm/arch-arc/system.h
@@ -3,22 +3,6 @@
  *
  * Copyright (c) 1996-1999 Russell King and Dave Gilbert
  */
-#include <linux/config.h>
-
-#ifdef CONFIG_ARCH_ARC
-
-#define cliIF()				\
-	do {				\
-	  unsigned long temp;		\
-	  __asm__ __volatile__(		\
-"	mov	%0, pc\n"		\
-"	orr %0, %0, #0x0c000000\n"	\
-"	teqp	%0, #0\n"		\
-	  : "=r" (temp)	\
-    : );	\
-  } while(0)
-
-#endif
 
 static void arch_idle(void)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)