blob: f5a29e178fbd6518ba68cc1bc235029e70d9e608 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#include <phys/arch.h>
void ArchSetUpAddressSpace(memalloc::Allocator& allocator, zbitl::MemRangeTable table) {
// TODO(fxb/67632): Implement support for creating an ARM page table,
// allowing us to run using CPU caches enabled.
}