Changeset 8b4d6cb in mainline for kernel/arch/ia64/include/interrupt.h


Ignore:
Timestamp:
2009-01-03T15:33:55Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b70a6e
Parents:
fb69f39
Message:

More of ia64 cleanup.

File:
1 edited

Legend:

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

    rfb69f39 r8b4d6cb  
    5454#define VECTOR_TLB_SHOOTDOWN_IPI 0xf0
    5555#define INTERRUPT_TIMER         255
    56 #define IRQ_KBD                 (0x01+LEGACY_INTERRUPT_BASE)
    57 #define IRQ_MOUSE               (0x0c+LEGACY_INTERRUPT_BASE)
     56#define IRQ_KBD                 (0x01 + LEGACY_INTERRUPT_BASE)
     57#define IRQ_MOUSE               (0x0c + LEGACY_INTERRUPT_BASE)
    5858#define INTERRUPT_SPURIOUS      15
    5959#define LEGACY_INTERRUPT_BASE   0x20
     
    118118        /*
    119119         * The following variables are defined only for break_instruction
    120          * handler. 
     120         * handler.
    121121         */
    122122        uint64_t in0;
     
    154154extern void disabled_fp_register(uint64_t vector, istate_t *istate);
    155155
    156 
    157156#endif
    158157
Note: See TracChangeset for help on using the changeset viewer.