summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mm-ebsa110.c
blob: a85302473d413fe0d292a38aa2945e1e1924766b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * arch/arm/mm/mm-ebsa110.c
 *
 * Extra MM routines for the EBSA-110 architecture
 *
 * Copyright (C) 1998 Russell King
 */
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/init.h>

#include <asm/pgtable.h>
#include <asm/page.h>
#include <asm/io.h>
#include <asm/proc/mm-init.h>
 
#define MAPPING \
	{ IO_BASE - PGDIR_SIZE	, 0xc0000000	, PGDIR_SIZE	, DOMAIN_IO, 0, 1 }, \
	{ IO_BASE		, IO_START	, IO_SIZE	, DOMAIN_IO, 0, 1 }

#include "mm-armv.c"