VirtualBox

Changeset 85522 in vbox for trunk


Ignore:
Timestamp:
Jul 29, 2020 11:44:35 AM (4 years ago)
Author:
vboxsync
Message:

SUPDrv: Apply the linux compile job reduction trick from VBoxGuest where 66+22 .c files are combined into two files, an os independent and a linux specific one respectively. This should reduce load in general, but only systems with a low core count will save install/rebuild time (combined-agnostic.c is probably too big). [fix] bugref:9798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/combined-os-specific.c

    r85519 r85522  
    3939#include "r0drv/linux/rtStrFormatKernelAddress-r0drv-linux.c"
    4040#undef LOG_GROUP
    41 #define LOG_GROUP LOG_GROUP_DEFAULT
     41#define LOG_GROUP RTLOGGROUP_DEFAULT
    4242#include "r0drv/linux/semevent-r0drv-linux.c"
    4343#include "r0drv/linux/semeventmulti-r0drv-linux.c"
     
    5151#include "r0drv/linux/time-r0drv-linux.c"
    5252#undef LOG_GROUP
    53 #define LOG_GROUP LOG_GROUP_DEFAULT
     53#define LOG_GROUP RTLOGGROUP_DEFAULT
    5454#include "r0drv/linux/timer-r0drv-linux.c"
    5555#include "r0drv/linux/RTLogWriteDebugger-r0drv-linux.c"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette