kernel: fix single core
This commit is contained in:
		@@ -139,7 +139,7 @@ void PhysicalCore::RunThread(Kernel::KThread* thread) {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Handle external interrupt sources.
 | 
			
		||||
        if (interrupt || !m_is_single_core) {
 | 
			
		||||
        if (interrupt || m_is_single_core) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user