RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68knommu / mm / memory.c
blob70fec78aeab972b2ab11066fc0aef62f18016c06
1 /*
2 * linux/arch/m68knommu/mm/memory.c
4 * Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com>,
5 * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
7 * Based on:
9 * linux/arch/m68k/mm/memory.c
11 * Copyright (C) 1995 Hamish Macdonald
14 #include <linux/mm.h>
15 #include <linux/kernel.h>
16 #include <linux/string.h>
17 #include <linux/types.h>
19 #include <asm/segment.h>
20 #include <asm/page.h>
21 #include <asm/pgtable.h>
22 #include <asm/system.h>
25 * Map some physical address range into the kernel address space.
28 unsigned long kernel_map(unsigned long paddr, unsigned long size,
29 int nocacheflag, unsigned long *memavailp )
31 return paddr;