Changeset 516ff92 in mainline for kernel/generic/src/console/cmd.c


Ignore:
Timestamp:
2009-01-31T21:27:18Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4863e50b
Parents:
96a2e45
Message:

silent kernel console output when user space console is active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/cmd.c

    r96a2e45 r516ff92  
    977977{
    978978        printf("The kernel will now relinquish the console.\n");
    979         arch_release_console();
     979        release_console();
    980980       
    981981        if ((kconsole_notify) && (kconsole_irq.notif_cfg.notify))
Note: See TracChangeset for help on using the changeset viewer.