From: Kenn H. <ke...@us...> - 2001-02-11 23:46:55
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory usw-pr-cvs1:/tmp/cvs-serv4796 Modified Files: cpu_ka55.c Log Message: Oops - typo Index: cpu_ka55.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka55.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cpu_ka55.c 2001/02/11 23:41:08 1.2 +++ cpu_ka55.c 2001/02/11 23:47:25 1.3 @@ -58,7 +58,7 @@ void ka55_prom_putchar(int c) { asm (" - mov $0x2014044b, r11 # console page addr + movl $0x2014044b, r11 # console page addr 1: jsb *0x20(r11) # ready to TX? blbc r0, 1b |