Changes in kernel/arch/sparc64/src/sun4u/sparc64.c [eff1f033:4872160] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4u/sparc64.c
reff1f033 r4872160 50 50 #include <ddi/irq.h> 51 51 #include <str.h> 52 #include <sysinfo/sysinfo.h>53 52 54 53 memmap_t memmap; … … 112 111 void arch_post_smp_init(void) 113 112 { 114 /* Currently the only supported platform for sparc64/sun4u is 'sun4u'. */115 static const char *platform = "sun4u";116 117 sysinfo_set_item_data("platform", NULL, (void *) platform,118 str_size(platform));119 120 113 standalone_sparc64_console_init(); 121 114 }
Note:
See TracChangeset
for help on using the changeset viewer.