patch-2.1.107 linux/arch/ppc/kernel/chrp_setup.c
Next file: linux/arch/ppc/kernel/pmac_setup.c
Previous file: linux/arch/ppc/config.in
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Jun 24 14:44:00 1998
- Orig file:
v2.1.106/linux/arch/ppc/kernel/chrp_setup.c
- Orig date:
Fri May 8 23:14:44 1998
diff -u --recursive --new-file v2.1.106/linux/arch/ppc/kernel/chrp_setup.c linux/arch/ppc/kernel/chrp_setup.c
@@ -28,9 +28,7 @@
#include <linux/init.h>
#include <linux/blk.h>
#include <linux/ioport.h>
-#ifdef CONFIG_ABSTRACT_CONSOLE
#include <linux/console.h>
-#endif
#include <asm/mmu.h>
#include <asm/processor.h>
@@ -263,5 +261,9 @@
#ifdef CONFIG_FB
/* Frame buffer device based console */
conswitchp = &fb_con;
+#endif
+#ifdef CONFIG_ABSCON_COMPAT
+ /* Console wrapper */
+ conswitchp = &compat_con;
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov