Changeset 586262f in mainline


Ignore:
Timestamp:
2006-06-03T14:55:41Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b08cf3
Parents:
c9d2235b
Message:

From/to kernel console switching on ia64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/ia64.c

    rc9d2235b r586262f  
    4444#include <proc/uarg.h>
    4545#include <syscall/syscall.h>
     46
     47static int kbd_release=0;
    4648
    4749void arch_pre_main(void)
     
    130132void arch_grab_console(void)
    131133{
     134    kbd_release=kbd_uspace;
     135    kbd_uspace=0;
    132136}
    133137/** Return console to userspace
     
    136140void arch_release_console(void)
    137141{
     142    kbd_uspace=kbd_release;
    138143}
Note: See TracChangeset for help on using the changeset viewer.