vserver 1.9.3
[linux-2.6.git] / arch / ppc / platforms / pmac_setup.c
index d89cfe2..79fc295 100644 (file)
@@ -103,8 +103,6 @@ int has_l2cache = 0;
 
 static int current_root_goodness = -1;
 
-extern char saved_command_line[];
-
 extern int pmac_newworld;
 
 #define DEFAULT_ROOT_DEVICE Root_SDA1  /* sda1 - slightly silly choice */
@@ -320,9 +318,6 @@ pmac_setup_arch(void)
 #ifdef CONFIG_NVRAM
        pmac_nvram_init();
 #endif
-#ifdef CONFIG_DUMMY_CONSOLE
-       conswitchp = &dummy_con;
-#endif
 #ifdef CONFIG_BLK_DEV_INITRD
        if (initrd_start)
                ROOT_DEV = Root_RAM0;