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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [mmnommu/] [kmalloc.c] - Diff between revs 199 and 765

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 199 Rev 765
Line 112... Line 112...
        131072 - 16,
        131072 - 16,
        262144 - 16,
        262144 - 16,
#ifdef BIGALLOCS
#ifdef BIGALLOCS
        524288 - 16,
        524288 - 16,
        1048576 - 16,
        1048576 - 16,
 
/* SIMON: change of source file - te get mw working */
 
        2097152 - 16,
#endif
#endif
        0
        0
};
};
 
 
static struct size_descriptor sizes[] =
static struct size_descriptor sizes[] =
Line 135... Line 137...
        {NULL, NULL, 1, 0, 0, 0, 0, 5},
        {NULL, NULL, 1, 0, 0, 0, 0, 5},
        {NULL, NULL, 1, 0, 0, 0, 0, 6},
        {NULL, NULL, 1, 0, 0, 0, 0, 6},
#ifdef BIGALLOCS
#ifdef BIGALLOCS
        {NULL, NULL, 1, 0, 0, 0, 0, 7},
        {NULL, NULL, 1, 0, 0, 0, 0, 7},
        {NULL, NULL, 1, 0, 0, 0, 0, 8},
        {NULL, NULL, 1, 0, 0, 0, 0, 8},
 
        {NULL, NULL, 1, 0, 0, 0, 0, 9},
#endif
#endif
        {NULL, NULL, 0, 0, 0, 0, 0, 0},
        {NULL, NULL, 0, 0, 0, 0, 0, 0},
};
};
#elif PAGE_SIZE == 8192
#elif PAGE_SIZE == 8192
static const unsigned int blocksize[] = {
static const unsigned int blocksize[] = {

powered by: WebSVN 2.1.0

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