Changeset 30ab05f in mainline for arch/sparc64/include/interrupt.h


Ignore:
Timestamp:
2006-02-27T20:33:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d87c3f3
Parents:
02f441c0
Message:

sparc64 work.
Very raw and fragile preliminary standalone keyboard support - polling mode only.
Because of a workaround in Simics, the scan codes are the same as on ia32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/include/interrupt.h

    r02f441c0 r30ab05f  
    3535#define IVT_FIRST       1
    3636
     37/* Dummy macros. */
     38#define IRQ_KBD         2
     39#define VECTOR_KBD      IRQ_KBD
     40
     41#define trap_virtual_enable_irqs(x)
     42#define trap_virtual_eoi()
     43
    3744extern void interrupt_register(int n, const char *name, iroutine f);
    3845
Note: See TracChangeset for help on using the changeset viewer.