Changeset 253f35a1 in mainline for kernel/generic/src/ipc/irq.c


Ignore:
Timestamp:
2006-09-07T19:56:44Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab1ae2d9
Parents:
801579fe
Message:

sparc64 work.

  • Changes to enable userspace keyboard drivers.
  • Fix z8530 initialization (i.e. clear any pending Tx interrupts).
  • Experimental support for framebuffers with inverted colors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/irq.c

    r801579fe r253f35a1  
    5656#include <syscall/copy.h>
    5757#include <console/console.h>
     58#include <print.h>
    5859
    5960typedef struct {
     
    6869static int irq_conns_size;
    6970
    70 #include <print.h>
     71
    7172/* Execute code associated with IRQ notification */
    7273static void code_execute(call_t *call, irq_code_t *code)
Note: See TracChangeset for help on using the changeset viewer.