Deleted Added
full compact
cpu_switch.S (12952) cpu_switch.S (13203)
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * $Id: swtch.s,v 1.23 1995/12/10 13:36:30 phk Exp $
36 * $Id: swtch.s,v 1.24 1995/12/21 19:20:58 davidg Exp $
37 */
38
39#include "npx.h" /* for NNPX */
37 */
38
39#include "npx.h" /* for NNPX */
40#include "opt_user_ldt.h" /* for USER_LDT */
40#include "assym.s" /* for preprocessor defines */
41#include <sys/errno.h> /* for error codes */
42
43#include <machine/asmacros.h> /* for miscellaneous assembly macros */
44#include <machine/spl.h> /* for SWI_AST_MASK ... */
45#include <sys/rtprio.h>
46
47

--- 573 unchanged lines hidden ---
41#include "assym.s" /* for preprocessor defines */
42#include <sys/errno.h> /* for error codes */
43
44#include <machine/asmacros.h> /* for miscellaneous assembly macros */
45#include <machine/spl.h> /* for SWI_AST_MASK ... */
46#include <sys/rtprio.h>
47
48

--- 573 unchanged lines hidden ---