From eecc4c5c1a1ddf884ab734c69a13a23bc6c27528 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 6 Mar 2023 11:06:59 +0000 Subject: [PATCH] user: replace x86_64 definitions with stubs --- arch/user/include/socks/machine/pmap.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/user/include/socks/machine/pmap.h b/arch/user/include/socks/machine/pmap.h index 85a1829..2a21e0c 100644 --- a/arch/user/include/socks/machine/pmap.h +++ b/arch/user/include/socks/machine/pmap.h @@ -1,9 +1,7 @@ -#ifndef SOCKS_X86_64_PMAP_H_ -#define SOCKS_X86_64_PMAP_H_ +#ifndef SOCKS_USER_PMAP_H_ +#define SOCKS_USER_PMAP_H_ -#include - -typedef pml4t_ptr_t ml_pmap_t; +typedef uintptr_t ml_pmap_t; typedef uint64_t ml_pfn_t; #endif