[ros-diffs] [ros-arm-bringup] 41878: Also define PAGE_SIZE in armddk.h if it isn't already defined (allows cmlib to compile, amongst others)

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Sat Jul 11 15:00:10 CEST 2009


Author: ros-arm-bringup
Date: Sat Jul 11 17:00:09 2009
New Revision: 41878

URL: http://svn.reactos.org/svn/reactos?rev=41878&view=rev
Log:
Also define PAGE_SIZE in armddk.h if it isn't already defined (allows cmlib to compile, amongst others)

Modified:
    trunk/reactos/include/reactos/arm/armddk.h

Modified: trunk/reactos/include/reactos/arm/armddk.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arm/armddk.h?rev=41878&r1=41877&r2=41878&view=diff
==============================================================================
--- trunk/reactos/include/reactos/arm/armddk.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/arm/armddk.h [iso-8859-1] Sat Jul 11 17:00:09 2009
@@ -15,6 +15,13 @@
 #define IPI_LEVEL                         29
 #define POWER_LEVEL                       30
 #define HIGH_LEVEL                        31
+
+//
+// Page size
+//
+#ifndef PAGE_SIZE
+#define PAGE_SIZE 0x1000
+#endif
 
 //
 // FIXME: mmtypes.h?



More information about the Ros-diffs mailing list