Deleted Added
full compact
exec.c (95026) exec.c (96912)
1/* $FreeBSD: head/sys/boot/ia64/common/exec.c 95026 2002-04-19 06:43:09Z marcel $ */
1/* $FreeBSD: head/sys/boot/ia64/common/exec.c 96912 2002-05-19 04:42:19Z marcel $ */
2/* $NetBSD: loadfile.c,v 1.10 1998/06/25 06:45:46 ross Exp $ */
3
4/*-
5 * Copyright (c) 1997 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,

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

78
79#include <stand.h>
80#include <string.h>
81
82#include <sys/param.h>
83#include <sys/linker.h>
84#include <machine/elf.h>
85#include <machine/bootinfo.h>
2/* $NetBSD: loadfile.c,v 1.10 1998/06/25 06:45:46 ross Exp $ */
3
4/*-
5 * Copyright (c) 1997 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,

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

78
79#include <stand.h>
80#include <string.h>
81
82#include <sys/param.h>
83#include <sys/linker.h>
84#include <machine/elf.h>
85#include <machine/bootinfo.h>
86#include <machine/ia64_cpu.h>
86#include <machine/pte.h>
87#include <machine/pte.h>
88#include <machine/vmparam.h>
87
88#include <efi.h>
89#include <efilib.h>
90
91#include "bootstrap.h"
92
93#define _KERNEL
94

--- 128 unchanged lines hidden ---
89
90#include <efi.h>
91#include <efilib.h>
92
93#include "bootstrap.h"
94
95#define _KERNEL
96

--- 128 unchanged lines hidden ---