From 6323aa10bffe459912ba8b2f8592c7ac4ffd8705 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 26 Apr 1997 11:46:25 +0000 Subject: Man the liferafts! Here comes the long awaited SMP -> -current merge! There are various options documented in i386/conf/LINT, there is more to come over the next few days. The kernel should run pretty much "as before" without the options to activate SMP mode. There are a handful of known "loose ends" that need to be fixed, but have been put off since the SMP kernel is in a moderately good condition at the moment. This commit is the result of the tinkering and testing over the last 14 months by many people. A special thanks to Steve Passe for implementing the APIC code! --- sys/vm/vm_kern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_kern.h') diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index b23150f..5d85318 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.h,v 1.12 1997/02/22 09:48:21 peter Exp $ + * $Id: vm_kern.h,v 1.13 1997/03/31 11:11:26 davidg Exp $ */ #ifndef _VM_VM_KERN_H_ @@ -78,6 +78,7 @@ extern vm_map_t clean_map; extern vm_map_t phys_map; extern vm_map_t exec_map; extern vm_map_t u_map; +extern vm_map_t ppage_map; extern vm_offset_t kernel_vm_end; /* XXX - elsewhere? */ -- cgit v1.1