summaryrefslogtreecommitdiffstats
path: root/Documentation/scheduler
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-08-30 09:01:49 -0400
committerGuenter Roeck <linux@roeck-us.net>2013-09-16 21:19:04 -0400
commit4b08478422040ae8cb11acc15d51f1cdb0ac39c8 (patch)
tree79718cea7b73f175d64e4c2073ea2585a7bd2337 /Documentation/scheduler
parent272b98c6455f00884f0350f775c5342358ebb73f (diff)
Drop support for Renesas H8/300 (h8300) architecture
H8/300 has been dead for several years, and the kernel for it has not compiled for ages. Drop support for it. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/scheduler')
-rw-r--r--Documentation/scheduler/sched-arch.txt5
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
66Possible arch problems I found (and either tried to fix or didn't): 66Possible arch problems I found (and either tried to fix or didn't):
67 67
68h8300 - 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
73ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a) 68ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a)
74 69
75sh64 - Is sleeping racy vs interrupts? (See #4a) 70sh64 - Is sleeping racy vs interrupts? (See #4a)