diff options
Diffstat (limited to 'Documentation/scheduler')
-rw-r--r-- | Documentation/scheduler/sched-arch.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/scheduler/sched-arch.txt b/Documentation/scheduler/sched-arch.txt index b1b8587b86f0..9290de703450 100644 --- a/Documentation/scheduler/sched-arch.txt +++ b/Documentation/scheduler/sched-arch.txt | |||
@@ -65,11 +65,6 @@ Possible arch/ problems | |||
65 | 65 | ||
66 | Possible arch problems I found (and either tried to fix or didn't): | 66 | Possible arch problems I found (and either tried to fix or didn't): |
67 | 67 | ||
68 | h8300 - Is such sleeping racy vs interrupts? (See #4a). | ||
69 | The H8/300 manual I found indicates yes, however disabling IRQs | ||
70 | over the sleep mean only NMIs can wake it up, so can't fix easily | ||
71 | without doing spin waiting. | ||
72 | |||
73 | ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a) | 68 | ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a) |
74 | 69 | ||
75 | sh64 - Is sleeping racy vs interrupts? (See #4a) | 70 | sh64 - Is sleeping racy vs interrupts? (See #4a) |