ProcessorScheduler.st
changeset 10497 3c6d5a8121a3
parent 10495 c2aa28a1ca72
child 10747 e9ea71d01445
--- a/ProcessorScheduler.st	Wed Apr 04 16:29:32 2007 +0200
+++ b/ProcessorScheduler.st	Wed Apr 04 16:29:46 2007 +0200
@@ -1176,7 +1176,6 @@
 
         pid notNil ifTrue:[
             [
-                Processor activeProcess beSystemProcess.
                 [
                   |polling myDelay t|
 
@@ -1208,7 +1207,7 @@
               ]
             ] newProcess
                 priority:TimingPriority;
-                beSystemProcess;
+"/                beSystemProcess;
                 resume.
         ].
     ].
@@ -3348,7 +3347,7 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.242 2007-04-03 16:47:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.243 2007-04-04 14:29:46 stefan Exp $'
 ! !
 
 ProcessorScheduler initialize!