diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2007-05-01 16:32:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-04 20:59:07 -0400 |
commit | e10e5c4325b37e1a7dce9cd3d2cbcd8dd9536a7a (patch) | |
tree | 58a8de73c6112c8c6a5b39f34aa3dfe98580b2de /arch/m68k | |
parent | df7e7d6a8973dee3ea8bcc849ce5c8bb94210edc (diff) |
m68k: Mac interrupt priorities
Add some more machines that support A/UX interrupt priorities. There are
probably others as well, but I've only tested these ones so far.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/mac/via.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/mac/via.c b/arch/m68k/mac/via.c index e27735be2924..2be7b9cc5b32 100644 --- a/arch/m68k/mac/via.c +++ b/arch/m68k/mac/via.c | |||
@@ -193,8 +193,14 @@ void __init via_init(void) | |||
193 | /* that the IIfx emulates this alternate mapping using the OSS. */ | 193 | /* that the IIfx emulates this alternate mapping using the OSS. */ |
194 | 194 | ||
195 | switch(macintosh_config->ident) { | 195 | switch(macintosh_config->ident) { |
196 | case MAC_MODEL_P475: | ||
197 | case MAC_MODEL_P475F: | ||
198 | case MAC_MODEL_P575: | ||
199 | case MAC_MODEL_Q605: | ||
200 | case MAC_MODEL_Q605_ACC: | ||
196 | case MAC_MODEL_C610: | 201 | case MAC_MODEL_C610: |
197 | case MAC_MODEL_Q610: | 202 | case MAC_MODEL_Q610: |
203 | case MAC_MODEL_Q630: | ||
198 | case MAC_MODEL_C650: | 204 | case MAC_MODEL_C650: |
199 | case MAC_MODEL_Q650: | 205 | case MAC_MODEL_Q650: |
200 | case MAC_MODEL_Q700: | 206 | case MAC_MODEL_Q700: |