Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys
Module Name: syssrc
Committed By: thorpej
Date: Tue Nov 5 01:24:39 UTC 2002
Modified Files:
syssrc/sys/kern: init_main.c kern_lkm.c
syssrc/sys/sys: lkm.h
Log Message:
Add a new VM map, lkm_map, which machine-dependent code can provide
in the event that it needs to use a special VM range (x86_64 falls
into this category). We fall back onto kernel_map if machine-dependent
code doesn't create a special map.
To generate a diff of this commit:
cvs rdiff -r1.209 -r1.210 syssrc/sys/kern/init_main.c
cvs rdiff -r1.61 -r1.62 syssrc/sys/kern/kern_lkm.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/sys/lkm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index