Cleanups that will hopefully allow compilation in more strict environments
[tpg/acess2.git] / Kernel / arch / x86 / include / arch.h
index 0afc51d..1826757 100644 (file)
 #define BITS   32
 
 // - Processor/Machine Specific Features
-#if ARCH == i386
-// Uses no advanced features
-# define       USE_MP  0
-# define       USE_PAE 0
-#elif ARCH == i586
-// All Enabled
-# define       USE_MP  1
-# define       USE_PAE 1
-#else
+#if ARCH != i386 && ARCH != i486 && ARCH != i586
 # error "Unknown architecture '" #ARCH "'"
 #endif
 

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