Changeset f0450658 in mainline for kernel/arch/ia64/src/drivers/it.c


Ignore:
Timestamp:
2006-10-19T18:07:18Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8cee705
Parents:
3dea17f
Message:

ia64 work.
Move keyboard polling to a dedicated kernel thread.
Console initialization and console related sysinfo setup
can be now done in a single function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/drivers/it.c

    r3dea17f rf0450658  
    3636 
    3737#include <arch/drivers/it.h>
    38 #include <arch/ski/ski.h>
    3938#include <arch/interrupt.h>
    4039#include <arch/register.h>
     
    117116       
    118117        clock();
    119        
    120         /*
    121          * This one is a good candidate for moving to a separate
    122          * kernel thread private to ski.c
    123          */
    124         poll_keyboard();
    125118}
    126119
Note: See TracChangeset for help on using the changeset viewer.