powerpc: Improve (in|out)_[bl]eXX() asm code
[sfrench/cifs-2.6.git] / arch / ppc / xmon / start.c
index d74a883e5bdeab5b82e1069e6cae3fe038c1472d..9056fe58aaa15d3dcadee93026064d8c75a5eda6 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/sysrq.h>
 #include <linux/bitops.h>
 #include <asm/xmon.h>
-#include <asm/machdep.h>
 #include <asm/errno.h>
 #include <asm/processor.h>
 #include <asm/delay.h>
@@ -58,10 +57,7 @@ static struct sysrq_key_op sysrq_xmon_op =
 void
 xmon_map_scc(void)
 {
-#if defined(CONFIG_GEMINI)
-       /* should already be mapped by the kernel boot */
-       sccd = (volatile unsigned char *) 0xffeffb08;
-#elif defined(CONFIG_405GP)
+#if defined(CONFIG_405GP)
        sccd = (volatile unsigned char *)0xef600300;
 #elif defined(CONFIG_440EP)
        sccd = (volatile unsigned char *) ioremap(PPC440EP_UART0_ADDR, 8);