X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fscheduler%2Fsched-arch.txt;h=9290de7034504186a1fedbd9a60ad3690abbfed6;hb=386fa69f4702754c71cb9db9aa431edc676d690d;hp=b1b8587b86f0cc8153c2cedda5a3308f980828aa;hpb=5a0fbc6d9c79ddf9cd22e6573e54e97e48fbb13e;p=karo-tx-linux.git 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 Possible arch problems I found (and either tried to fix or didn't): -h8300 - Is such sleeping racy vs interrupts? (See #4a). - The H8/300 manual I found indicates yes, however disabling IRQs - over the sleep mean only NMIs can wake it up, so can't fix easily - without doing spin waiting. - ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a) sh64 - Is sleeping racy vs interrupts? (See #4a)