Changeset 72bf0d2 in mainline for kernel/arch/sparc64/src/cpu/sun4v/cpu.c
- Timestamp:
- 2010-02-22T21:24:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 850987d
- Parents:
- 61001a9 (diff), f8f7dba (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/cpu/sun4v/cpu.c
r61001a9 r72bf0d2 41 41 #include <arch/sun4v/md.h> 42 42 #include <arch/sun4v/hypercall.h> 43 44 //#include <arch/trap/sun4v/interrupt.h> 43 #include <arch/trap/sun4v/interrupt.h> 45 44 46 45 /** Perform sparc64 specific initialization of the processor structure for the … … 74 73 75 74 tick_init(); 76 //MH - uncomment later 77 //sun4v_ipi_init();75 76 sun4v_ipi_init(); 78 77 } 79 78 … … 96 95 { 97 96 printf("cpu%d: Niagara (%d MHz)\n", m->id, 98 97 m->arch.clock_frequency / 1000000); 99 98 } 100 99
Note:
See TracChangeset
for help on using the changeset viewer.