Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv25010
Modified Files:
setup.c
Log Message:
fix call to cpu_type_str - its a function.
Index: setup.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/setup.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- setup.c 2001/07/31 17:28:26 1.10
+++ setup.c 2001/08/20 21:32:36 1.11
@@ -45,7 +45,7 @@
"cpu sidex\t\t: %d\n"
"page size\t\t: %ld\n"
"BogoMIPS\t\t: %lu.%02lu\n",
- (char *)mv->cpu_type_str,
+ (char *)mv->cpu_type_str(),
/* mv->sidex */
0x0,
PAGE_SIZE,
|