Changeset cfffb000 in mainline
- Timestamp:
- 2006-05-10T13:32:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7242a78e
- Parents:
- f6a0f06
- Location:
- arch/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc64/include/interrupt.h
rf6a0f06 rcfffb000 30 30 #define __ppc64_INTERRUPT_H__ 31 31 32 #include <arch/exception.h> 33 34 #define IRQ_COUNT 1 32 35 #define IVT_ITEMS 15 33 36 #define INT_OFFSET 0 -
arch/ppc64/src/ppc64.c
rf6a0f06 rcfffb000 32 32 #include <arch/mm/memory_init.h> 33 33 #include <arch/interrupt.h> 34 #include <mm/frame.h> 34 35 35 36 bootinfo_t bootinfo;
Note:
See TracChangeset
for help on using the changeset viewer.