Changeset 3ad953c in mainline for uspace/app/klog/klog.c


Ignore:
Timestamp:
2008-12-30T19:55:10Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f58321c4
Parents:
6b21292
Message:

send notification to uspace console when switching from kernel console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/klog/klog.c

    r6b21292 r3ad953c  
    8787                return -1;
    8888        }
    89 
     89       
     90        int devno = sysinfo_value("klog.devno");
    9091        int inr = sysinfo_value("klog.inr");
    91         int devno = sysinfo_value("klog.devno");
    9292        if (ipc_register_irq(inr, devno, 0, NULL) != EOK) {
    9393                printf(NAME ": Error registering klog notifications\n");
Note: See TracChangeset for help on using the changeset viewer.