Changeset ef042e0 in mainline for kernel/arch


Ignore:
Timestamp:
2007-09-09T21:10:57Z (18 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68f93b9
Parents:
2a06e2f
Message:

IA64 rest of neaded changes to work with simics keyboard

Location:
kernel/arch/ia64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/_link.ld.in

    r2a06e2f ref042e0  
    1010
    1111SECTIONS {
    12         .image 0xe000000000100000: AT (0x0000000000100000) {
     12        .image 0xe000000004404000: AT (0x0000000004404000) {
    1313                ktext_start = .;
    1414                *(K_TEXT_START);
     
    4040        _hardcoded_ktext_size = ktext_end - ktext_start;
    4141        _hardcoded_kdata_size = kdata_end - kdata_start;
    42         _hardcoded_load_address = 0xe000000000100000;
     42        _hardcoded_load_address = 0xe000000004404000;
    4343
    4444}
  • kernel/arch/ia64/include/interrupt.h

    r2a06e2f ref042e0  
    5252/** External Interrupt vectors. */
    5353#define INTERRUPT_TIMER         255
     54#define IRQ_KBD                 241
     55#define IRQ_MOUSE               252
    5456#define INTERRUPT_SPURIOUS      15
    5557
Note: See TracChangeset for help on using the changeset viewer.