Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1880 → Rev 1879

/trunk/kernel/arch/sparc64/src/console.c
53,7 → 53,6
#include <proc/thread.h>
#include <arch/mm/tlb.h>
#include <arch/boot/boot.h>
#include <arch.h>
 
#define KEYBOARD_POLL_PAUSE 50000 /* 50ms */
 
80,8 → 79,6
*/
void kkbdpoll(void *arg)
{
thread_detach(THREAD);
 
if (!bootinfo.keyboard.addr)
return;