Deleted Added
full compact
proc.h (88782) proc.h (93264)
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

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

27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * from: @(#)proc.h 7.1 (Berkeley) 5/15/91
34 * from: FreeBSD: src/sys/i386/include/proc.h,v 1.11 2001/06/29
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

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

27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * from: @(#)proc.h 7.1 (Berkeley) 5/15/91
34 * from: FreeBSD: src/sys/i386/include/proc.h,v 1.11 2001/06/29
35 * $FreeBSD: head/sys/sparc64/include/proc.h 88782 2002-01-01 20:56:28Z jake $
35 * $FreeBSD: head/sys/sparc64/include/proc.h 93264 2002-03-27 05:39:23Z dillon $
36 */
37
38#ifndef _MACHINE_PROC_H_
39#define _MACHINE_PROC_H_
40
41#include <machine/tte.h>
42#include <machine/utrap.h>
43
44struct md_utrap {
45 utrap_entry_t *ut_precise[UT_MAX]; /* must be first */
46 int ut_refcnt;
47};
48
49struct mdthread {
36 */
37
38#ifndef _MACHINE_PROC_H_
39#define _MACHINE_PROC_H_
40
41#include <machine/tte.h>
42#include <machine/utrap.h>
43
44struct md_utrap {
45 utrap_entry_t *ut_precise[UT_MAX]; /* must be first */
46 int ut_refcnt;
47};
48
49struct mdthread {
50 register_t md_savecrit;
50};
51
52struct mdproc {
53 struct md_utrap *md_utrap;
54};
55
56#endif /* !_MACHINE_PROC_H_ */
51};
52
53struct mdproc {
54 struct md_utrap *md_utrap;
55};
56
57#endif /* !_MACHINE_PROC_H_ */