• Andrew Morton's avatar
    [PATCH] kmalloc_percpu -- stripped down version · 29621f41
    Andrew Morton authored
    Patch from Ravikiran G Thirumalai <kiran@in.ibm.com>
    
    Creates a simple "kmalloc for each CPU" API.  This will be used for net
    statistics, disk statistics, etc.  (davem has acked the net patches which use
    this code).
    
    kmalloc_per_cpu() is available to modules, unlike the current static per-cpu
    infrastructure.
    29621f41
ksyms.c 16.2 KB