patch-2.1.101 linux/arch/arm/lib/io-acorn.S

Next file: linux/arch/arm/lib/io-ebsa285.S
Previous file: linux/arch/arm/lib/getconstants.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/arch/arm/lib/io-acorn.S linux/arch/arm/lib/io-acorn.S
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1995, 1996 Russell King
  */
-#include <linux/config.h> /* for CONFIG_CPU_ARM2 and CONFIG_CPU_ARM3 */
+#include <linux/config.h> /* for CONFIG_CPU_nn */
 #include <linux/autoconf.h>
 #include <linux/linkage.h>
 #include <asm/assembler.h>
@@ -171,7 +171,7 @@
 @ Proto  : void memc_write(int register, int value);
 @ Returns: nothing
 
-#if defined(CONFIG_CPU_ARM2) || defined(CONFIG_CPU_ARM3)
+#if defined(CONFIG_CPU_26)
 ENTRY(memc_write)
 		cmp	r0, #7
 		RETINSTR(movgt,pc,lr)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov