• Andrew Morton's avatar
    [PATCH] various small cleanups · 16b38746
    Andrew Morton authored
    - Remove defunct active_list/inactive_list declarations (wli)
    
    - Update an obsolete comment (wli)
    
    - "mm/slab.c contains one leftover from the initial version with
      'unsigned short' bufctl entries.  The attached patch replaces '2'
      with the correct sizeof [which is now 4]" - Manfred Spraul
    
    - BUG checks for vfree/vunmap being called in interrupt context
      (because they take irq-unsafe spinlocks, I guess?) - davej
    
    - Simplify some coding in one_highpage_init() (Christoph Hellwig).
    16b38746
vmalloc.c 10.8 KB