Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30363
Modified Files:
startup.c
Log Message:
Remove stale comment
Index: startup.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/startup.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- startup.c 10 Mar 2004 10:35:41 -0000 1.8
+++ startup.c 16 Oct 2004 13:02:35 -0000 1.9
@@ -71,11 +71,6 @@
}
#endif
- /*
- * Interrupts are still disabled. Do necessary setups, then
- * enable them.
- */
-
printk("RPB info: .l_pfncnt=0x%08x, .l_vmb_version=0x%08x, "
".l_badpgs=0x%08x\n", boot_rpb.l_pfncnt,
boot_rpb.l_vmb_version, boot_rpb.l_badpgs);
|