diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/vm | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'sys/vm')
45 files changed, 45 insertions, 45 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index ceb2c7761271..ce6c46397f01 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/default_pager.c,v 1.36.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index d9406bd5d428..f695faebb016 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/device_pager.c,v 1.91.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/memguard.c b/sys/vm/memguard.c index 3cf935c27ebb..36fcad842e7a 100644 --- a/sys/vm/memguard.c +++ b/sys/vm/memguard.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/memguard.c,v 1.7.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * MemGuard is a simple replacement allocator for debugging only diff --git a/sys/vm/memguard.h b/sys/vm/memguard.h index 25238b420d22..01dfdd9cf95f 100644 --- a/sys/vm/memguard.h +++ b/sys/vm/memguard.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/memguard.h,v 1.3.10.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _VM_MEMGUARD_H_ diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index 97674e35cf7a..7727e4ed66ed 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/phys_pager.c,v 1.31.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 51a3bbe4c7c1..e6673ac28b9d 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/pmap.h,v 1.86.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/redzone.c b/sys/vm/redzone.c index fc4d955f01f0..c2dde614317c 100644 --- a/sys/vm/redzone.c +++ b/sys/vm/redzone.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/redzone.c,v 1.3.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/redzone.h b/sys/vm/redzone.h index 8738d7e02fb2..327db12d67bb 100644 --- a/sys/vm/redzone.h +++ b/sys/vm/redzone.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/redzone.h,v 1.1.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _VM_REDZONE_H_ diff --git a/sys/vm/sg_pager.c b/sys/vm/sg_pager.c index a17fe82c2ef6..a67273ce0f24 100644 --- a/sys/vm/sg_pager.c +++ b/sys/vm/sg_pager.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/sg_pager.c,v 1.2.2.2.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * This pager manages OBJT_SG objects. These objects are backed by diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 0e2ed4c680af..0c288dea21ea 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/swap_pager.c,v 1.312.2.5.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_swap.h" #include "opt_vm.h" diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index c3366e8e8778..ac5f028c7f00 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/swap_pager.h,v 1.52.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _VM_SWAP_PAGER_H_ diff --git a/sys/vm/uma.h b/sys/vm/uma.h index fa2c5ee28972..a7987235afcc 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/uma.h,v 1.34.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 01aabe66684c..d9cdbeb0c354 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_core.c,v 1.153.2.6.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* I should really use ktr.. */ /* diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index ade5fb5b3961..4cd359fdda33 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_dbg.c,v 1.22.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index 341cecbf8de3..5d8cd255e36e 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/uma_dbg.h,v 1.9.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 1aaf84f819d2..865545ff2298 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/uma_int.h,v 1.39.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 941300a08948..5a9d9626899d 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -55,7 +55,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm.h,v 1.32.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c index 02b3099b8b47..b54d5e38b0aa 100644 --- a/sys/vm/vm_contig.c +++ b/sys/vm/vm_contig.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_contig.c,v 1.73.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 84ce8424d228..88fc18bc966b 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)vm_extern.h 8.2 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_extern.h,v 1.86.2.6.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index a653507b2e6e..df05626ec908 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_fault.c,v 1.254.2.7.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index c80f92ab2729..faa66a57f070 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_glue.c,v 1.235.2.6.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vm.h" #include "opt_kstack_pages.h" diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index e9baf091e8f6..d253ffc9ffe1 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_init.c,v 1.49.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 040941dcfb68..04e48a35c40e 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_kern.c,v 1.141.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 5730cef6b174..5a72c58db441 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_kern.h,v 1.30.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index bc5bc3af997b..1a1cd228c474 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_map.c,v 1.419.2.11.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index e04e16464382..ce0eff3921ad 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_map.h,v 1.130.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 269de514926e..dadd779b8df1 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_meter.c,v 1.101.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 17ff81d84864..4914345613af 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_mmap.c,v 1.233.2.7.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_compat.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 06c215655404..6a18f31f1706 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_object.c,v 1.408.2.9.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 6a9f129cf83e..ce4c2cdda96b 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_object.h,v 1.121.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 09d871e446f2..8f23825244bd 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -98,7 +98,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_page.c,v 1.381.2.9.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 1af9e5d6e87d..4bb854af0f2b 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_page.h,v 1.158.2.6.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 23f53a4a2e09..d1e129ed6ac1 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pageout.c,v 1.308.2.7.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vm.h" #include <sys/param.h> diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 7be9d9fc7ef2..1cf5ffbc2c31 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_pageout.h,v 1.43.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 473d518531f8..c8087229f30c 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pager.c,v 1.111.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 519af4277ff8..c2f160d1b0b1 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vm_pager.h 8.4 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_pager.h,v 1.53.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 2ff260363538..5e3112b44b14 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_param.h,v 1.23.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index 92341e9976eb..cf6052c9c5eb 100644 --- a/sys/vm/vm_phys.c +++ b/sys/vm/vm_phys.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_phys.c,v 1.13.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/vm/vm_phys.h b/sys/vm/vm_phys.h index 0dbd96a05f25..c4b8cf8839c5 100644 --- a/sys/vm/vm_phys.h +++ b/sys/vm/vm_phys.h @@ -28,7 +28,7 @@ * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_phys.h,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/vm_reserv.c b/sys/vm/vm_reserv.c index 39c205346c27..1ede42454c80 100644 --- a/sys/vm/vm_reserv.c +++ b/sys/vm/vm_reserv.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_reserv.c,v 1.3.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_reserv.h b/sys/vm/vm_reserv.h index 9eb1d0668a65..5be7236559ee 100644 --- a/sys/vm/vm_reserv.h +++ b/sys/vm/vm_reserv.h @@ -28,7 +28,7 @@ * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_reserv.h,v 1.2.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 6bb991742929..3a3504646f2a 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_unix.c,v 1.49.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index a102e89a5c8b..a6c83c7285c3 100644 --- a/sys/vm/vm_zeroidle.c +++ b/sys/vm/vm_zeroidle.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_zeroidle.c,v 1.53.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <opt_sched.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index aedc794c5191..e45a22e5b38b 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vnode_pager.c,v 1.257.2.3.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 88ae306b3fbd..694b6b6ea111 100644 --- a/sys/vm/vnode_pager.h +++ b/sys/vm/vnode_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vnode_pager.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vnode_pager.h,v 1.21.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _VNODE_PAGER_ |
