patch-2.2.18 linux/include/asm-s390/processor.h
Next file: linux/include/asm-s390/ptrace.h
Previous file: linux/include/asm-s390/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Dec 7 14:51:17 2000
- Orig file:
v2.2.17/include/asm-s390/processor.h
- Orig date:
Sat Sep 9 18:42:50 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-s390/processor.h linux/include/asm-s390/processor.h
@@ -35,7 +35,7 @@
cpuid_t cpu_id;
__u16 cpu_addr;
__u16 cpu_nr;
- unsigned long loops_per_sec;
+ unsigned long loops_per_jiffy;
unsigned long *pgd_quick;
unsigned long *pte_quick;
unsigned long pgtable_cache_sz;
@@ -90,7 +90,7 @@
#define INIT_MMAP \
{ &init_mm, 0, 0, NULL, PAGE_SHARED, \
-VM_READ | VM_WRITE | VM_EXEC, 1, NULL, &init_mm.mmap }
+VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }
#define INIT_TSS { (struct pt_regs *) 0, \
{ 0,{{0},{0},{0},{0},{0},{0},{0},{0},{0},{0}, \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)