儲存庫 vbox 的更動 12029
- 時間撮記:
- 2008-9-3 下午12:15:34 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c
r12015 r12029 82 82 NOREF(pNotifierBlock); 83 83 84 /* 85 * Note that redhat/CentOS ported _some_ of the FROZEN macros 86 * back to their 2.6.18-92.1.10.el5 kernel but actually don't 87 * use them. Thus we have to test for both CPU_TASKS_FROZEN and 88 * the individual event variants. 89 */ 90 84 91 /* ASSUMES iCpu == RTCPUID */ 85 92 switch (ulNativeEvent) 86 93 { 94 /* 95 * Pick up online events or failures to go offline. 96 * Ignore failure events for CPUs we didn't see go offline. 97 */ 87 98 #ifdef CPU_DOWN_FAILED 88 99 case CPU_DOWN_FAILED: 89 /* r=frank: redhat/CentOS ported _some_ of these constants back to their90 * 2.6.18-92.1.10.el5 kernel but actually don't use them. */91 100 # if defined(CPU_TASKS_FROZEN) && defined(CPU_DOWN_FAILED_FROZEN) 92 101 case CPU_DOWN_FAILED_FROZEN: … … 106 115 break; 107 116 117 /* 118 * Pick the earlies possible offline event. 119 * The only important thing here is that we get the event and that 120 * it's exactly one. 121 */ 108 122 #ifdef CPU_DOWN_PREPARE 109 123 case CPU_DOWN_PREPARE:
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器