Deleted Added
full compact
x86_var.h (195940) x86_var.h (205573)
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
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

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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 *
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
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

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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 * $FreeBSD: head/sys/i386/include/md_var.h 195940 2009-07-29 08:49:58Z kib $
29 * $FreeBSD: head/sys/i386/include/md_var.h 205573 2010-03-24 03:07:35Z alc $
30 */
31
32#ifndef _MACHINE_MD_VAR_H_
33#define _MACHINE_MD_VAR_H_
34
35/*
36 * Miscellaneous machine-dependent declarations.
37 */

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

68#ifdef COMPAT_FREEBSD4
69extern int szfreebsd4_sigcode;
70#endif
71#ifdef COMPAT_43
72extern int szosigcode;
73#endif
74extern uint32_t *vm_page_dump;
75extern int vm_page_dump_size;
30 */
31
32#ifndef _MACHINE_MD_VAR_H_
33#define _MACHINE_MD_VAR_H_
34
35/*
36 * Miscellaneous machine-dependent declarations.
37 */

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

68#ifdef COMPAT_FREEBSD4
69extern int szfreebsd4_sigcode;
70#endif
71#ifdef COMPAT_43
72extern int szosigcode;
73#endif
74extern uint32_t *vm_page_dump;
75extern int vm_page_dump_size;
76extern int workaround_erratum383;
76
77typedef void alias_for_inthand_t(u_int cs, u_int ef, u_int esp, u_int ss);
78struct thread;
79struct reg;
80struct fpreg;
81struct dbreg;
82struct dumperinfo;
83

--- 32 unchanged lines hidden ---
77
78typedef void alias_for_inthand_t(u_int cs, u_int ef, u_int esp, u_int ss);
79struct thread;
80struct reg;
81struct fpreg;
82struct dbreg;
83struct dumperinfo;
84

--- 32 unchanged lines hidden ---