Changeset 387416b in mainline for kernel/arch/sparc64/src
- Timestamp:
- 2009-12-12T10:11:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99de22b
- Parents:
- 58d5803d (diff), 1e4cada (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/sparc64/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/kbd.c
r58d5803d r387416b 39 39 #include <console/console.h> 40 40 #include <ddi/irq.h> 41 #include <mm/page.h> 41 42 #include <arch/mm/page.h> 42 43 #include <arch/types.h> -
kernel/arch/sparc64/src/mm/page.c
r58d5803d r387416b 33 33 */ 34 34 35 #include <mm/page.h> 35 36 #include <arch/mm/page.h> 36 37 #include <arch/mm/tlb.h> -
kernel/arch/sparc64/src/mm/sun4u/tlb.c
r58d5803d r387416b 50 50 #include <panic.h> 51 51 #include <arch/asm.h> 52 #include <genarch/mm/page_ht.h> 52 53 53 54 #ifdef CONFIG_TSB -
kernel/arch/sparc64/src/mm/sun4v/tlb.c
r58d5803d r387416b 54 54 #include <arch/cpu.h> 55 55 #include <arch/mm/pagesize.h> 56 #include <genarch/mm/page_ht.h> 56 57 57 58 #ifdef CONFIG_TSB
Note:
See TracChangeset
for help on using the changeset viewer.