commit | d35482d5b65906eaef215aecd4b19decf9002afb | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Fri Dec 09 12:54:34 2016 +0100 |
committer | Andrew Jones <drjones@redhat.com> | Mon Dec 19 15:57:53 2016 +0100 |
tree | 9cd2a0391ac5f785514bb2b98dc636f61ac1bb96 | |
parent | 4f58b3990f39962b01bd501428c8f6d79c655348 [diff] |
lib/powerpc/setup: comment init dependencies 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: Andrew Jones <drjones@redhat.com>