Deleted Added
full compact
ibcs2_util.h (11397) ibcs2_util.h (12662)
1
2/*
3 * Copyright (c) 1994 Christos Zoulas
4 * Copyright (c) 1995 Frank van der Linden
5 * Copyright (c) 1995 Scott Bartram
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

36 * (for now).
37 */
38
39#ifndef _IBCS2_UTIL_H_
40#define _IBCS2_UTIL_H_
41
42#include <vm/vm.h>
43#include <vm/vm_param.h>
1
2/*
3 * Copyright (c) 1994 Christos Zoulas
4 * Copyright (c) 1995 Frank van der Linden
5 * Copyright (c) 1995 Scott Bartram
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

36 * (for now).
37 */
38
39#ifndef _IBCS2_UTIL_H_
40#define _IBCS2_UTIL_H_
41
42#include <vm/vm.h>
43#include <vm/vm_param.h>
44#include <vm/pmap.h>
44#include <machine/vmparam.h>
45#include <sys/exec.h>
46#include <sys/cdefs.h>
47
48#ifndef SCARG
49#define SCARG(p, x) (p)->x
50#endif
51

--- 40 unchanged lines hidden ---
45#include <machine/vmparam.h>
46#include <sys/exec.h>
47#include <sys/cdefs.h>
48
49#ifndef SCARG
50#define SCARG(p, x) (p)->x
51#endif
52

--- 40 unchanged lines hidden ---