Deleted Added
full compact
imx51_machdep.c (250357) imx51_machdep.c (254299)
1/*-
2 * Copyright (c) 1994-1998 Mark Brinicombe.
3 * Copyright (c) 1994 Brini.
4 * Copyright (c) 2012, 2013 The FreeBSD Foundation
5 * All rights reserved.
6 *
7 *
8 * This code is derived from software written for Brini by Mark Brinicombe

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

37 * SUCH DAMAGE.
38 *
39 * from: FreeBSD: //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c, rev 45
40 */
41
42#include "opt_platform.h"
43
44#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1994-1998 Mark Brinicombe.
3 * Copyright (c) 1994 Brini.
4 * Copyright (c) 2012, 2013 The FreeBSD Foundation
5 * All rights reserved.
6 *
7 *
8 * This code is derived from software written for Brini by Mark Brinicombe

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

37 * SUCH DAMAGE.
38 *
39 * from: FreeBSD: //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c, rev 45
40 */
41
42#include "opt_platform.h"
43
44#include <sys/cdefs.h>
45__FBSDID("$FreeBSD: head/sys/arm/freescale/imx/imx_machdep.c 250357 2013-05-08 09:42:50Z ray $");
45__FBSDID("$FreeBSD: head/sys/arm/freescale/imx/imx51_machdep.c 254299 2013-08-13 21:12:28Z ian $");
46
47#define _ARM32_BUS_DMA_PRIVATE
48#include <sys/param.h>
49#include <sys/systm.h>
50#include <sys/bus.h>
51#include <sys/reboot.h>
52
53#include <vm/vm.h>

--- 89 unchanged lines hidden ---
46
47#define _ARM32_BUS_DMA_PRIVATE
48#include <sys/param.h>
49#include <sys/systm.h>
50#include <sys/bus.h>
51#include <sys/reboot.h>
52
53#include <vm/vm.h>

--- 89 unchanged lines hidden ---