Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19311/arch/vax/kernel
Modified Files:
cpu_ka660.c
Log Message:
- IPR console for KA660.
- Patch by James W. Laferriere.
Index: cpu_ka660.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka660.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cpu_ka660.c 21 Oct 2005 07:22:38 -0000 1.12
+++ cpu_ka660.c 22 Oct 2005 16:31:04 -0000 1.13
@@ -60,7 +60,7 @@
return -ENODEV;
platform_device_register(&ka660_cqbic_device);
-/* platform_device_register(&ka660_iprcons_device); */
+ platform_device_register(&ka660_iprcons_device);
return 0;
}
|