diff options
Diffstat (limited to 'arch/m68knommu/mm/memory.c')
| -rw-r--r-- | arch/m68knommu/mm/memory.c | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/arch/m68knommu/mm/memory.c b/arch/m68knommu/mm/memory.c deleted file mode 100644 index 8f7949e786d4..000000000000 --- a/arch/m68knommu/mm/memory.c +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * linux/arch/m68knommu/mm/memory.c | ||
| 3 | * | ||
| 4 | * Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com>, | ||
| 5 | * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com) | ||
| 6 | * | ||
| 7 | * Based on: | ||
| 8 | * | ||
| 9 | * linux/arch/m68k/mm/memory.c | ||
| 10 | * | ||
| 11 | * Copyright (C) 1995 Hamish Macdonald | ||
| 12 | */ | ||
| 13 | |||
| 14 | #include <linux/mm.h> | ||
| 15 | #include <linux/kernel.h> | ||
| 16 | #include <linux/string.h> | ||
| 17 | #include <linux/types.h> | ||
| 18 | |||
| 19 | #include <asm/segment.h> | ||
| 20 | #include <asm/page.h> | ||
| 21 | #include <asm/pgtable.h> | ||
| 22 | #include <asm/system.h> | ||
| 23 | |||
| 24 | /* | ||
| 25 | * Map some physical address range into the kernel address space. | ||
| 26 | */ | ||
| 27 | |||
| 28 | unsigned long kernel_map(unsigned long paddr, unsigned long size, | ||
| 29 | int nocacheflag, unsigned long *memavailp ) | ||
| 30 | { | ||
| 31 | return paddr; | ||
| 32 | } | ||
| 33 | |||
