Modify dwc3 irq affinity to get better performance

Bug: 264946043
Test: build pass and dwc3 irq is located in expected cpu
Change-Id: Ia9ad880c64ae3122ab059a0cac9e7c6efe5950bb
This commit is contained in:
Ray Chi 2023-01-12 17:43:16 +08:00
parent 205be45bca
commit fbfb40d58c

View file

@ -83,7 +83,7 @@ static MonitorFfs monitorFfs(kGadgetName);
#define SPEED_PATH UDC_PATH "current_speed" #define SPEED_PATH UDC_PATH "current_speed"
#define BIG_CORE "6" #define BIG_CORE "8"
#define MEDIUM_CORE "4" #define MEDIUM_CORE "4"
struct UsbGadget : public IUsbGadget { struct UsbGadget : public IUsbGadget {