Changeset 55319 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Apr 17, 2015 8:31:44 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99639
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.3 merged: 98914-98915
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.3/src/VBox merged: 98914
- Property svn:mergeinfo changed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r55318 r55319 279 279 { 280 280 if (vboxdrvDarwinCpuHasSMAP()) 281 { 282 LogRel(("disabling SMAP for VBoxDrvDarwinIOCtl\n")); 281 283 g_DevCW.d_ioctl = VBoxDrvDarwinIOCtlSMAP; 284 } 285 282 286 /* 283 287 * Registering ourselves as a character device.
Note:
See TracChangeset
for help on using the changeset viewer.