Changeset 7bb6b06 in mainline for kernel/arch/sparc64/src/console.c


Ignore:
Timestamp:
2006-09-10T21:21:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a5b556
Parents:
208fa65
Message:

Small improvements here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/console.c

    r208fa65 r7bb6b06  
    5454#include <arch/mm/tlb.h>
    5555#include <arch/boot/boot.h>
     56#include <arch.h>
    5657
    5758#define KEYBOARD_POLL_PAUSE     50000   /* 50ms */
     
    8081void kkbdpoll(void *arg)
    8182{
     83        thread_detach(THREAD);
     84
    8285        if (!bootinfo.keyboard.addr)
    8386                return;
Note: See TracChangeset for help on using the changeset viewer.