Deleted Added
full compact
proc.h (127914) proc.h (139731)
1/*
1/*-
2 * Copyright (c) 1991 Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * from: @(#)proc.h 7.1 (Berkeley) 5/15/91
2 * Copyright (c) 1991 Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * from: @(#)proc.h 7.1 (Berkeley) 5/15/91
30 * $FreeBSD: head/sys/amd64/include/proc.h 127914 2004-04-05 21:29:41Z imp $
30 * $FreeBSD: head/sys/amd64/include/proc.h 139731 2005-01-05 20:17:21Z imp $
31 */
32
33#ifndef _MACHINE_PROC_H_
34#define _MACHINE_PROC_H_
35
36/*
37 * Machine-dependent part of the proc structure for AMD64.
38 */
39struct mdthread {
40 register_t md_savecrit;
41};
42
43struct mdproc {
44};
45
46#endif /* !_MACHINE_PROC_H_ */
31 */
32
33#ifndef _MACHINE_PROC_H_
34#define _MACHINE_PROC_H_
35
36/*
37 * Machine-dependent part of the proc structure for AMD64.
38 */
39struct mdthread {
40 register_t md_savecrit;
41};
42
43struct mdproc {
44};
45
46#endif /* !_MACHINE_PROC_H_ */