Changeset 878 in vbox
- Timestamp:
- Feb 13, 2007 3:36:07 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMPagePool.cpp
r50 r878 23 23 * Header Files * 24 24 *******************************************************************************/ 25 #define LOG_GROUP LOG_GROUP_MM_P AGE25 #define LOG_GROUP LOG_GROUP_MM_POOL 26 26 #include <VBox/mm.h> 27 27 #include <VBox/pgm.h> -
trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp
r23 r878 23 23 * Header Files * 24 24 *******************************************************************************/ 25 #define LOG_GROUP LOG_GROUP_MM_P AGE25 #define LOG_GROUP LOG_GROUP_MM_POOL 26 26 #include <VBox/mm.h> 27 27 #include <VBox/pgm.h>
Note:
See TracChangeset
for help on using the changeset viewer.