Changeset 586262f in mainline
- Timestamp:
- 2006-06-03T14:55:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b08cf3
- Parents:
- c9d2235b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/ia64.c
rc9d2235b r586262f 44 44 #include <proc/uarg.h> 45 45 #include <syscall/syscall.h> 46 47 static int kbd_release=0; 46 48 47 49 void arch_pre_main(void) … … 130 132 void arch_grab_console(void) 131 133 { 134 kbd_release=kbd_uspace; 135 kbd_uspace=0; 132 136 } 133 137 /** Return console to userspace … … 136 140 void arch_release_console(void) 137 141 { 142 kbd_uspace=kbd_release; 138 143 }
Note:
See TracChangeset
for help on using the changeset viewer.