Changeset 19489 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 7, 2009 2:51:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r19475 r19489 1798 1798 polarity, 1799 1799 trig_mode); 1800 /* We must be sure that attempts to reschedule in R3 1800 /* We must be sure that attempts to reschedule in R3 1801 1801 never get here */ 1802 1802 Assert(rc == VINF_SUCCESS); … … 2038 2038 2039 2039 #ifdef VBOX_WITH_SMP_GUESTS 2040 Log Rel(("[SMP] apicMMIORead at %llx\n", (uint64_t)GCPhysAddr));2040 Log(("[SMP] apicMMIORead at %llx\n", (uint64_t)GCPhysAddr)); 2041 2041 #endif 2042 2042 … … 2092 2092 2093 2093 #ifdef VBOX_WITH_SMP_GUESTS 2094 Log Rel(("[SMP] apicMMIOWrite at %llx\n", (uint64_t)GCPhysAddr));2094 Log(("[SMP] apicMMIOWrite at %llx\n", (uint64_t)GCPhysAddr)); 2095 2095 #endif 2096 2096
Note:
See TracChangeset
for help on using the changeset viewer.