Skip to content
  • Andrew Jones's avatar
    lib/powerpc/setup: comment init dependencies · d35482d5
    Andrew Jones authored
    
    
    cpu_init must be called before mem_init because cpu_init determines
    the cache-line sizes. Currently io_init has no dependency on
    mem_init, but io_init should be allowed to use heap allocation,
    and someday it may, so we proactively comment it.
    
    Cc: Laurent Vivier <lvivier@redhat.com>
    Cc: Thomas Huth <thuth@redhat.com>
    Signed-off-by: default avatarAndrew Jones <drjones@redhat.com>
    d35482d5