• Austin Clements's avatar
    Free to our CPU's slab, not to CPU 0's slab · bc0ff894
    Austin Clements 提交于
    Previously, ksfree passed the whole CPU array for a slab to
    kfree_pool, which expected a pointer to the specific kmem to free to.
    Since the array decayed to a pointer, this compiled and worked, but
    would always free to CPU 0's slab.
    bc0ff894
kalloc.cc 6.5 KB