From: Jan-Benedict G. <jb...@us...> - 2005-04-25 22:25:43
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30232/arch/vax/boot Modified Files: cpu_sel.c Log Message: - Removal of $Id$ - Touchup for ptrace.c -- there's probably another round needed, tough... Index: cpu_sel.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/cpu_sel.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- cpu_sel.c 2 Oct 2004 11:42:46 -0000 1.14 +++ cpu_sel.c 25 Apr 2005 22:25:04 -0000 1.15 @@ -1,8 +1,6 @@ /* * Boot-time CPU identification - requires virtual memory to be * turned off (MAPEN=0). - * - * $Id$ */ #include <asm/mtpr.h> /* Processor register definitions */ |