From 75d1b3ed2853b45ea870b5e8e377eb81eaee282d Mon Sep 17 00:00:00 2001 From: NicJA Date: Wed, 22 Feb 2017 17:40:35 +0000 Subject: [PATCH] define the cpumask_t git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53838 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/x86_64-all/include/aros/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86_64-all/include/aros/cpu.h b/arch/x86_64-all/include/aros/cpu.h index 48b7433a61..3db95bf46b 100644 --- a/arch/x86_64-all/include/aros/cpu.h +++ b/arch/x86_64-all/include/aros/cpu.h @@ -13,6 +13,7 @@ typedef unsigned char cpuid_t; typedef unsigned char apicid_t; +typedef void *cpumask_t; /* Information about size and alignment, * the defines have to be numeric constants */ -- 2.11.4.GIT