Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5c195d

Browse files
committed
Correct qs 8; based on inputs from Vincentkfu
1 parent dccaab7 commit e5c195d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

solutions_to_assgn/ch10/solutions_ch10.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ vruntime; it represents the __________; it’s unit is ______
5252

5353
A. option 1
5454

55-
8. On a modern Linux system with 4 CPU cores, there will be ___ runqueue(s) for
56-
SMP scalability; how many waitqueues can it have: __
57-
1. 1, 4
58-
2. 4, any number
59-
3. 4, 1
60-
4. any number of, any number
55+
8. On a modern Linux system with 4 CPU cores and 5 scheduler classes, there
56+
will be ___ runqueue(s) for SMP scalability.
57+
1. 4
58+
2. 20
59+
3. 40
60+
4. any number
6161

6262
A. option 2
6363

0 commit comments

Comments
 (0)