Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29750
Modified Files:
cpu_vxt.c
Log Message:
- getchar isn't putchar
- mvm isn't cpumatch
- /me isn't I
Index: cpu_vxt.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_vxt.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cpu_vxt.c 2 Oct 2004 18:37:31 -0000 1.15
+++ cpu_vxt.c 2 Oct 2004 18:45:54 -0000 1.16
@@ -39,12 +39,12 @@
.pre_vm_putchar = ka4x_prom_putchar,
.pre_vm_getchar = ka4x_prom_getchar,
.post_vm_putchar = vxt2694_putchar,
- .post_vm_getchar = vxt2694_putchar,
+ .post_vm_getchar = vxt2694_getchar,
.cpu_type_str = vxt_cpu_type_str,
.clock_init = generic_clock_init,
};
-static struct machvec_match __CPU_MATCH mvm_vxt = {
+static struct cpu_match __CPU_MATCH cpu_vxt = {
.mv = &mv_vxt,
.sid_mask = VAX_SID_FAMILY_MASK,
.sid_match = VAX_SOC << VAX_SID_FAMILY_SHIFT,
|