https://github.com/torvalds/linux
Revision e53566409c38d38680cc02299fa9fa5fe8623e9f authored by Benjamin Herrenschmidt on 18 November 2005, 06:18:15 UTC, committed by Paul Mackerras on 19 November 2005, 03:19:13 UTC
Trying to set the priority would just disable the interrupt due to an
incorrect mask used. We rarely use that call, in fact, I think only in
the powermac code for the cmd-power key combo that triggers xmon. So it
got unnoticed for a while.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent b286e39
History
Tip revision: e53566409c38d38680cc02299fa9fa5fe8623e9f authored by Benjamin Herrenschmidt on 18 November 2005, 06:18:15 UTC
[PATCH] powerpc: Fix setting MPIC priority
Tip revision: e535664
File Mode Size
Makefile -rw-r--r-- 119 bytes
autoprobe.c -rw-r--r-- 4.3 KB
handle.c -rw-r--r-- 4.7 KB
internals.h -rw-r--r-- 581 bytes
manage.c -rw-r--r-- 8.9 KB
proc.c -rw-r--r-- 3.6 KB
spurious.c -rw-r--r-- 4.7 KB

back to top