Deleted Added
full compact
a10_machdep.c (245450) a10_machdep.c (245453)
1/*-
1/*-
2 * Copyright (c) 2012 Ganbold Tsagaankhuu. <ganbold@gmail.com>
2 * Copyright (c) 2012 Ganbold Tsagaankhuu
3 * All rights reserved.
4 *
5 * This code is derived from software written for Brini by Mark Brinicombe
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

27 *
28 * from: FreeBSD: //depot/projects/arm/src/sys/arm/ti/ti_machdep.c
29 */
30
31#include "opt_ddb.h"
32#include "opt_platform.h"
33
34#include <sys/cdefs.h>
3 * All rights reserved.
4 *
5 * This code is derived from software written for Brini by Mark Brinicombe
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

27 *
28 * from: FreeBSD: //depot/projects/arm/src/sys/arm/ti/ti_machdep.c
29 */
30
31#include "opt_ddb.h"
32#include "opt_platform.h"
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/arm/allwinner/a10_machdep.c 245450 2013-01-15 08:26:16Z ganbold $");
35__FBSDID("$FreeBSD: head/sys/arm/allwinner/a10_machdep.c 245453 2013-01-15 09:31:13Z ganbold $");
36
37#define _ARM32_BUS_DMA_PRIVATE
38#include <sys/param.h>
39#include <sys/systm.h>
40#include <sys/bus.h>
41
42#include <vm/vm.h>
43#include <vm/pmap.h>

--- 79 unchanged lines hidden ---
36
37#define _ARM32_BUS_DMA_PRIVATE
38#include <sys/param.h>
39#include <sys/systm.h>
40#include <sys/bus.h>
41
42#include <vm/vm.h>
43#include <vm/pmap.h>

--- 79 unchanged lines hidden ---