diff options
Diffstat (limited to 'arch/sparc64/kernel/prom.c')
-rw-r--r-- | arch/sparc64/kernel/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/prom.c b/arch/sparc64/kernel/prom.c index b7976b14d0ba..02830e4671f5 100644 --- a/arch/sparc64/kernel/prom.c +++ b/arch/sparc64/kernel/prom.c | |||
@@ -899,7 +899,7 @@ static unsigned int fire_irq_build(struct device_node *dp, | |||
899 | /* The interrupt map registers do not have an INO field | 899 | /* The interrupt map registers do not have an INO field |
900 | * like other chips do. They return zero in the INO | 900 | * like other chips do. They return zero in the INO |
901 | * field, and the interrupt controller number is controlled | 901 | * field, and the interrupt controller number is controlled |
902 | * in bits 6 thru 9. So in order for build_irq() to get | 902 | * in bits 6 to 9. So in order for build_irq() to get |
903 | * the INO right we pass it in as part of the fixup | 903 | * the INO right we pass it in as part of the fixup |
904 | * which will get added to the map register zero value | 904 | * which will get added to the map register zero value |
905 | * read by build_irq(). | 905 | * read by build_irq(). |