From 1c97eab886ddd70a52eacb66c80590ff64e22f66 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 28 Feb 2005 18:44:07 +0000 Subject: [PATCH] [ARM PATCH] 2505/1: Remove FTVPCI from debug code Patch from Ben Dooks Remove the currently #if'ed out FTVPCI debug code from arch/arm/kernel/debug.S as FTVPCI has no current build candidate. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- arch/arm/kernel/debug.S | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/arch/arm/kernel/debug.S b/arch/arm/kernel/debug.S index 7c96388b1ef7..caaa919ab47a 100644 --- a/arch/arm/kernel/debug.S +++ b/arch/arm/kernel/debug.S @@ -52,29 +52,6 @@ #include #endif -#if 0 -// #elif defined(CONFIG_ARCH_FTVPCI) - .macro addruart,rx - mrc p15, 0, \rx, c1, c0 - tst \rx, #1 @ MMU enabled? - movne \rx, #0xe0000000 - moveq \rx, #0x10000000 - .endm - - .macro senduart,rd,rx - str \rd, [\rx, #0xc] - .endm - - .macro busyuart,rd,rx -1001: ldr \rd, [\rx, #0x4] - tst \rd, #1 << 2 - beq 1001b - .endm - - .macro waituart,rd,rx - .endm -#endif - /* * Useful debugging routines */ -- 2.39.5