参照元

説明

引数

返り値

参考

実装

static int __init arm64_device_init(void)
{
        if (of_have_populated_dt()) {
                of_iommu_init();
                of_platform_populate(NULL, of_default_bus_match_table,
                                     NULL, NULL);
        } else if (acpi_disabled) {
                pr_crit("Device tree not populated\n");
        }
        return 0;
}
arch_initcall_sync(arm64_device_init);

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2016-06-30 (木) 20:41:17