diff options
| author | Alan Cox <alc@FreeBSD.org> | 2003-02-15 19:38:23 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2003-02-15 19:38:23 +0000 |
| commit | 53b19636493ababb987d7050563df491c2175c30 (patch) | |
| tree | 56f9e28cc6ee42ae55bf96522baf0f4c8c331731 /sys/vm/pmap.h | |
| parent | e52af12a167147f892d4b54d9efc2054ea489f68 (diff) | |
Notes
Diffstat (limited to 'sys/vm/pmap.h')
| -rw-r--r-- | sys/vm/pmap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 38bde18f8cc3..20a5bd3ce41e 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -89,6 +89,11 @@ typedef struct pmap_statistics *pmap_statistics_t; struct proc; struct thread; +/* + * Updates to kernel_vm_end are synchronized by the kernel_map's system mutex. + */ +extern vm_offset_t kernel_vm_end; + extern int pmap_pagedaemon_waken; #ifdef __alpha__ |
