• Andrew Morton's avatar
    [PATCH] misc fixes · e19941e9
    Andrew Morton authored
    - Spell Jeremy's name correctly.
    
    - Fix compile warning in raw.c
    
    - Do a waitqueue_active() test before waking klogd in printk.
    
      Not only is is negligibly faster, but the wake_up() in there causes
      deadlocks when you try to print debug info out from inside scheduler
      code.
    
      This patch gives a delightfully obscure way of avoiding the
      deadlock: kill off klogd.
    
    - Fix a couple of compile warnings in the mtrr code.
    e19941e9
mtrr.h 2.64 KB