Ignore:
Timestamp:
2006-08-26T18:42:11Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8ea4a8b
Parents:
f47fd19
Message:

sparc64 work.
Bunch of changes in preparation for sparc64 mm and userspace support.
Fix alignment of hardcoded_* variables in linker script.

File:
1 edited

Legend:

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

    rf47fd19 ra796127  
    4545#define IVT_FIRST       1
    4646
    47 /* Dummy macros. */
    48 #define IRQ_KBD         2
    49 #define VECTOR_KBD      IRQ_KBD
    50 
    51 #define trap_virtual_enable_irqs(x)
    52 #define trap_virtual_eoi()
    53 
    5447struct istate {
    5548        uint64_t        pstate;
Note: See TracChangeset for help on using the changeset viewer.