Changeset 63b1537 in mainline for kernel/arch/sparc64/src/sparc64.c


Ignore:
Timestamp:
2009-03-11T17:26:48Z (15 years ago)
Author:
Pavel Rimsky <rimskyp@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de88998
Parents:
04d672c3
Message:

SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.

File:
1 edited

Legend:

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

    r04d672c3 r63b1537  
    3838#include <arch/trap/trap.h>
    3939#include <arch/console.h>
    40 #include <proc/thread.h>
    4140#include <console/console.h>
    4241#include <arch/boot/boot.h>
     
    105104        if (config.cpu_active == 1) {
    106105                standalone_sparc64_console_init();
    107 
    108                 /* Create thread that polls keyboard.
    109                  * XXX: this is only used by sgcn now
    110                  */
    111                 thread_t *t = thread_create(kkbdpoll, NULL, TASK, 0, "kkbdpoll",
    112                     true);
    113                 if (!t)
    114                         panic("Cannot create kkbdpoll.");
    115                 thread_ready(t);
    116106        }
    117107}
Note: See TracChangeset for help on using the changeset viewer.