Deleted Added
full compact
machdep.c (117600) machdep.c (118239)
1/*
2 * Copyright (C) 1995, 1996 Wolfgang Solfrank.
3 * Copyright (C) 1995, 1996 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

50 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
51 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
52 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
53 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 * $NetBSD: machdep.c,v 1.74.2.1 2000/11/01 16:13:48 tv Exp $
55 */
56
57#include <sys/cdefs.h>
1/*
2 * Copyright (C) 1995, 1996 Wolfgang Solfrank.
3 * Copyright (C) 1995, 1996 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

50 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
51 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
52 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
53 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 * $NetBSD: machdep.c,v 1.74.2.1 2000/11/01 16:13:48 tv Exp $
55 */
56
57#include <sys/cdefs.h>
58__FBSDID("$FreeBSD: head/sys/powerpc/aim/machdep.c 117600 2003-07-15 00:11:04Z davidxu $");
58__FBSDID("$FreeBSD: head/sys/powerpc/aim/machdep.c 118239 2003-07-31 01:31:32Z peter $");
59
60#include "opt_ddb.h"
61#include "opt_compat.h"
59
60#include "opt_ddb.h"
61#include "opt_compat.h"
62#include "opt_kstack_pages.h"
62#include "opt_msgbuf.h"
63
64#include <sys/param.h>
65#include <sys/systm.h>
66#include <sys/eventhandler.h>
67#include <sys/imgact.h>
68#include <sys/sysproto.h>
69#include <sys/lock.h>

--- 709 unchanged lines hidden ---
63#include "opt_msgbuf.h"
64
65#include <sys/param.h>
66#include <sys/systm.h>
67#include <sys/eventhandler.h>
68#include <sys/imgact.h>
69#include <sys/sysproto.h>
70#include <sys/lock.h>

--- 709 unchanged lines hidden ---