Changeset ef042e0 in mainline for kernel/arch
- Timestamp:
- 2007-09-09T21:10:57Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68f93b9
- Parents:
- 2a06e2f
- Location:
- kernel/arch/ia64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/_link.ld.in
r2a06e2f ref042e0 10 10 11 11 SECTIONS { 12 .image 0xe00000000 0100000: AT (0x0000000000100000) {12 .image 0xe000000004404000: AT (0x0000000004404000) { 13 13 ktext_start = .; 14 14 *(K_TEXT_START); … … 40 40 _hardcoded_ktext_size = ktext_end - ktext_start; 41 41 _hardcoded_kdata_size = kdata_end - kdata_start; 42 _hardcoded_load_address = 0xe00000000 0100000;42 _hardcoded_load_address = 0xe000000004404000; 43 43 44 44 } -
kernel/arch/ia64/include/interrupt.h
r2a06e2f ref042e0 52 52 /** External Interrupt vectors. */ 53 53 #define INTERRUPT_TIMER 255 54 #define IRQ_KBD 241 55 #define IRQ_MOUSE 252 54 56 #define INTERRUPT_SPURIOUS 15 55 57
Note:
See TracChangeset
for help on using the changeset viewer.