• Andrew Morton's avatar
    [PATCH] slab changes for !CONFIG_MMU · 56646aa2
    Andrew Morton authored
    Patch from Christoph Hellwig <hch@lst.de>
    
    It extends the maximum amount of memory which may be kmalloced on nommu
    machines.  This is needed because these machines cannot perform vmalloc().
    
    We couldn't really find a way of doing this which avoided the ifdef tangle.
    56646aa2
slab.c 64.3 KB