K 10 svn:author V 3 pfg K 8 svn:date V 27 2015-07-07T15:22:29.207967Z K 7 svn:log V 294 Relocate sched_random() within the SMP section. Place sched_random nearer to where it's first used: moving the code nearer to where it is used makes the code easier to read and we can reduce the initial "#ifdef SMP" island. Reword a little the comment and clean some whitespaces while here. END