Skip to content

Commit

Permalink
m68k: Mac interrupt priorities
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Finn Thain authored and Linus Torvalds committed May 5, 2007
1 parent df7e7d6 commit e10e5c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/m68k/mac/via.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,14 @@ void __init via_init(void)
/* that the IIfx emulates this alternate mapping using the OSS. */

switch(macintosh_config->ident) {
case MAC_MODEL_P475:
case MAC_MODEL_P475F:
case MAC_MODEL_P575:
case MAC_MODEL_Q605:
case MAC_MODEL_Q605_ACC:
case MAC_MODEL_C610:
case MAC_MODEL_Q610:
case MAC_MODEL_Q630:
case MAC_MODEL_C650:
case MAC_MODEL_Q650:
case MAC_MODEL_Q700:
Expand Down

0 comments on commit e10e5c4

Please sign in to comment.