Kernel - Added PMM stats method (stubbed) to x86_64 and template
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / include / arch.h
index bde7abd..633b167 100644 (file)
 #define BITS   64
 #define PAGE_SIZE      0x1000
 
+#ifndef MAX_CPUS
+# define MAX_CPUS      8
+#endif
+
 #define STACKED_LOCKS  2       // 0: No, 1: Per-CPU, 2: Per-Thread
 #define LOCK_DISABLE_INTS      0
 

UCC git Repository :: git.ucc.asn.au