kern: codegen tweaks, now that we're no longer -Os
This commit is contained in:
@@ -126,7 +126,7 @@ namespace ams::kern {
|
||||
GetCurrentThread().DisableDispatch();
|
||||
}
|
||||
|
||||
static ALWAYS_INLINE void EnableScheduling(u64 cores_needing_scheduling) {
|
||||
static NOINLINE void EnableScheduling(u64 cores_needing_scheduling) {
|
||||
MESOSPHERE_ASSERT(GetCurrentThread().GetDisableDispatchCount() >= 1);
|
||||
|
||||
GetCurrentScheduler().RescheduleOtherCores(cores_needing_scheduling);
|
||||
|
||||
Reference in New Issue
Block a user