• Kay Sievers's avatar
    printk(): add KERN_CONT where needed in hpet and vt code · 5da527aa
    Kay Sievers authored
    A prototype for kmsg records instead of a byte-stream buffer revealed
    a couple of missing printk(KERN_CONT ...) uses. Subsequent calls produce
    one record per printk() call, while all should have ended up in a single
    record.
    
    Instead of:
      ACPI: (supports S0 S5)
      ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
      hpet0: at MMIO 0xfed00000, IRQs 2 , 8 , 0
    
    It prints:
      ACPI: (supports S0
       S5
      )
      ACPI: PCI Interrupt Link [LNKA] (IRQs
       5
       *10
       11
      )
      hpet0: at MMIO 0xfed00000, IRQs
       2
      , 8
      , 0
    
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Len Brown <lenb@kernel.org>
    Signed-off-by: default avatarKay Sievers <kay@vrfy.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    5da527aa
hpet.c 24.4 KB