Changeset 055a68a in mainline for kernel/arch
- Timestamp:
- 2015-04-23T23:47:40Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a18a8b9
- Parents:
- acb8766e (diff), dcba819 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/arch
- Files:
-
- 3 edited
-
amd64/Makefile.inc (modified) (1 diff)
-
mips32/include/arch/drivers/msim.h (modified) (1 diff)
-
mips32/src/mach/msim/msim.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/Makefile.inc
racb8766e r055a68a 91 91 arch/$(KARCH)/include/arch/istate_struct.ag \ 92 92 arch/$(KARCH)/include/arch/context_struct.ag 93 -
kernel/arch/mips32/include/arch/drivers/msim.h
racb8766e r055a68a 39 39 #define MSIM_VIDEORAM 0x90000000 40 40 #define MSIM_KBD_ADDRESS 0x90000000 41 41 42 #define MSIM_KBD_IRQ 2 43 #define MSIM_DDISK_IRQ 6 42 44 43 45 #endif -
kernel/arch/mips32/src/mach/msim/msim.c
racb8766e r055a68a 62 62 void msim_init(void) 63 63 { 64 cp0_unmask_int(MSIM_DDISK_IRQ); 64 65 } 65 66
Note:
See TracChangeset
for help on using the changeset viewer.
