Changeset 617652f in mainline


Ignore:
Timestamp:
2010-02-19T17:34:21Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b352895
Parents:
5cde90f
Message:

Fixing the bug which caused that klog was being written also directly to the screen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/niagara.c

    r5cde90f r617652f  
    111111static void niagara_putchar(outdev_t *dev, const wchar_t ch, bool silent)
    112112{
     113        if (silent)
     114            return;
     115
    113116        do_putchar(ch);
    114117        if (ch == '\n')
Note: See TracChangeset for help on using the changeset viewer.