Deleted Added
full compact
kvm_amd64.c (15533) kvm_amd64.c (17141)
1/*-
2 * Copyright (c) 1989, 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software developed by the Computer Systems
6 * Engineering group at Lawrence Berkeley Laboratory under DARPA contract
7 * BG 91-66 and contributed to Berkeley.
8 *

--- 34 unchanged lines hidden (view full) ---

43 * i386 machine dependent routines for kvm. Hopefully, the forthcoming
44 * vm code will one day obsolete this module.
45 */
46
47#include <sys/param.h>
48#include <sys/user.h>
49#include <sys/proc.h>
50#include <sys/stat.h>
1/*-
2 * Copyright (c) 1989, 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software developed by the Computer Systems
6 * Engineering group at Lawrence Berkeley Laboratory under DARPA contract
7 * BG 91-66 and contributed to Berkeley.
8 *

--- 34 unchanged lines hidden (view full) ---

43 * i386 machine dependent routines for kvm. Hopefully, the forthcoming
44 * vm code will one day obsolete this module.
45 */
46
47#include <sys/param.h>
48#include <sys/user.h>
49#include <sys/proc.h>
50#include <sys/stat.h>
51#include <stdlib.h>
51#include <unistd.h>
52#include <nlist.h>
53#include <kvm.h>
54
55#include <vm/vm.h>
56#include <vm/vm_param.h>
57
58#include <limits.h>

--- 77 unchanged lines hidden ---
52#include <unistd.h>
53#include <nlist.h>
54#include <kvm.h>
55
56#include <vm/vm.h>
57#include <vm/vm_param.h>
58
59#include <limits.h>

--- 77 unchanged lines hidden ---