Changeset 32797 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 28, 2010 2:55:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r32796 r32797 5 5 6 6 /* 7 * Copyright (C) 2007 Oracle Corporation7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 65 65 * Defined Constants And Macros * 66 66 *******************************************************************************/ 67 #if def DOXYGEN_RUNNING67 #if defined(RT_OS_LINUX) || defined(DOXYGEN_RUNNING) 68 68 /** Define this to enable the periodic preemption timer. */ 69 69 # define GVMM_SCHED_WITH_PPT
Note:
See TracChangeset
for help on using the changeset viewer.