OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [mmnommu/] [mremap.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1634 jcastillo
/*
2
 *      linux/mm/remap.c
3
 *
4
 *      (C) Copyright 1996 Linus Torvalds
5
 */
6
 
7
/*
8
 * uClinux revisions for NO_MM
9
 * Copyright (C) 1998  Kenneth Albanowski <kjahds@kjahds.com>,
10
 *                     The Silver Hammer Group, Ltd.
11
 * Copyright (C) 1999  D. Jeff Dionne <jeff@uclinux.org>,
12
 *                     Rt-Control, Inc.
13
 */
14
 
15
#include <linux/stat.h>
16
#include <linux/sched.h>
17
#include <linux/kernel.h>
18
#include <linux/mm.h>
19
#include <linux/shm.h>
20
#include <linux/errno.h>
21
#include <linux/mman.h>
22
#include <linux/string.h>
23
#include <linux/malloc.h>
24
#include <linux/swap.h>
25
 
26
#include <asm/segment.h>
27
#include <asm/system.h>
28
#include <asm/pgtable.h>
29
 
30
/*
31
 * FIXME: Could do a tradional realloc() in some cases.
32
 */
33
asmlinkage unsigned long sys_mremap(unsigned long addr,
34
        unsigned long old_len, unsigned long new_len,
35
        unsigned long flags)
36
{
37
        return -ENOSYS;
38
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.