patch-2.4.22 linux-2.4.22/arch/s390x/kernel/setup.c
Next file: linux-2.4.22/arch/s390x/kernel/signal.c
Previous file: linux-2.4.22/arch/s390x/kernel/s390_ksyms.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/s390x/kernel/setup.c
- Orig date:
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.21/arch/s390x/kernel/setup.c linux-2.4.22/arch/s390x/kernel/setup.c
@@ -56,8 +56,6 @@
unsigned long cpu_initialized = 0;
volatile int __cpu_logical_map[NR_CPUS]; /* logical cpu to cpu address */
-void* *pfix_table=NULL;
-
/*
* Setup options
*/
@@ -319,10 +317,6 @@
printk((MACHINE_IS_VM) ?
"We are running under VM (64 bit mode)\n" :
"We are running native (64 bit mode)\n");
- if (MACHINE_IS_VM)
- printk((MACHINE_HAS_PFIX) ?
- "This machine has PFIX support\n" :
- "This machine has no PFIX support\n");
ROOT_DEV = to_kdev_t(0x0100);
memory_start = (unsigned long) &_end; /* fixit if use $CODELO etc*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)