Changeset 37274 in vbox
- Timestamp:
- May 31, 2011 11:47:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c
r37071 r37274 101 101 DECLHIDDEN(int) rtR0MpNotificationNativeInit(void) 102 102 { 103 if (vbi_revision_level < 2)104 return VERR_NOT_SUPPORTED;105 103 if (g_hVbiCpuWatch != NULL) 106 104 return VERR_WRONG_ORDER; … … 119 117 DECLHIDDEN(void) rtR0MpNotificationNativeTerm(void) 120 118 { 121 if ( vbi_revision_level >= 2 &&g_hVbiCpuWatch != NULL)119 if (g_hVbiCpuWatch != NULL) 122 120 vbi_ignore_cpus(g_hVbiCpuWatch); 123 121 g_hVbiCpuWatch = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.