/* * linux/arch/m68knommu/mm/memory.c * * Copyright (C) 1998 Kenneth Albanowski , * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) * * Based on: * * linux/arch/m68k/mm/memory.c * * Copyright (C) 1995 Hamish Macdonald */ #include #include #include #include #include #include #include #include #include /* * Map some physical address range into the kernel address space. * The code is copied and adapted from map_chunk(). */ unsigned long kernel_map(unsigned long paddr, unsigned long size, int nocacheflag, unsigned long *memavailp ) { return paddr; }