Deleted Added
full compact
s3c24x0_machdep.c (218913) s3c24x0_machdep.c (236524)
1/*-
2 * Copyright (c) 1994-1998 Mark Brinicombe.
3 * Copyright (c) 1994 Brini.
4 * All rights reserved.
5 *
6 * This code is derived from software written for Brini by Mark Brinicombe
7 *
8 * Redistribution and use in source and binary forms, with or without

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

41 * This file needs a lot of work.
42 *
43 * Created : 17/09/94
44 */
45
46#include "opt_ddb.h"
47
48#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1994-1998 Mark Brinicombe.
3 * Copyright (c) 1994 Brini.
4 * All rights reserved.
5 *
6 * This code is derived from software written for Brini by Mark Brinicombe
7 *
8 * Redistribution and use in source and binary forms, with or without

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

41 * This file needs a lot of work.
42 *
43 * Created : 17/09/94
44 */
45
46#include "opt_ddb.h"
47
48#include <sys/cdefs.h>
49__FBSDID("$FreeBSD: head/sys/arm/s3c2xx0/s3c24x0_machdep.c 218913 2011-02-21 13:11:05Z cognet $");
49__FBSDID("$FreeBSD: head/sys/arm/s3c2xx0/s3c24x0_machdep.c 236524 2012-06-03 18:34:32Z imp $");
50
51#define _ARM32_BUS_DMA_PRIVATE
52#include <sys/param.h>
53#include <sys/systm.h>
54#include <sys/sysproto.h>
55#include <sys/signalvar.h>
56#include <sys/imgact.h>
57#include <sys/kernel.h>

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

229
230int
231bus_dma_get_range_nb(void)
232{
233 return (1);
234}
235
236void *
50
51#define _ARM32_BUS_DMA_PRIVATE
52#include <sys/param.h>
53#include <sys/systm.h>
54#include <sys/sysproto.h>
55#include <sys/signalvar.h>
56#include <sys/imgact.h>
57#include <sys/kernel.h>

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

229
230int
231bus_dma_get_range_nb(void)
232{
233 return (1);
234}
235
236void *
237initarm(void *arg, void *arg2)
237initarm(struct arm_boot_params *abp)
238{
239 struct pv_addr kernel_l1pt;
240 int loop;
241 u_int l1pagetable;
242 vm_offset_t freemempos;
243 vm_offset_t afterkern;
244 vm_offset_t lastaddr;
245

--- 204 unchanged lines hidden ---
238{
239 struct pv_addr kernel_l1pt;
240 int loop;
241 u_int l1pagetable;
242 vm_offset_t freemempos;
243 vm_offset_t afterkern;
244 vm_offset_t lastaddr;
245

--- 204 unchanged lines hidden ---