Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/sun4u/sparc64.c

    reff1f033 r4872160  
    5050#include <ddi/irq.h>
    5151#include <str.h>
    52 #include <sysinfo/sysinfo.h>
    5352
    5453memmap_t memmap;
     
    112111void arch_post_smp_init(void)
    113112{
    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 
    120113        standalone_sparc64_console_init();
    121114}
Note: See TracChangeset for help on using the changeset viewer.