kernel/arch/vm: implement for riscv64

Change-Id: I0b463f3d2bca9f31b0aabacbf70a9774493d3467
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4051
Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
X512
2021-08-06 14:47:32 +00:00
committed by Alex von Gluck IV
parent 7e6b3c0787
commit 7ef006297e
7 changed files with 1438 additions and 32 deletions
@@ -1,11 +1,11 @@
/*
* Copyright 2021, Haiku, Inc.
* Copyright 2021, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _SYSTEM_ARCH_RISCV64_DEFS_H
#define _SYSTEM_ARCH_RISCV64_DEFS_H
#include <SupportDefs.h>