aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson/Makefile
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-11-05 09:42:03 -0500
committerJames Hogan <james.hogan@imgtec.com>2013-11-06 05:40:02 -0500
commit95281171a713f4d32f1a044b937563ec7776ccfe (patch)
tree3071f6b6caa68a38348b4996dc873f2b0aa3014a /arch/mips/loongson/Makefile
parent5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 (diff)
metag: handle low level kicks directly
Kick interrupts trigger the LWK (low level kick) signal, usually handled by the __TBIDoStdLWK() function which is the only handler inherited from the bootloader. The LWK signal is converted either to a SWK (plain software kick) or a SWS (software kick with an attached message). Linux has kick_handler() to handle SWK and call registered kick handlers (IPIs and inter-thread comms), but SWS is as far as I'm aware unused with Linux. Therefore remove that abstraction and have Linux handle LWK directly. This will reduce kick latency slightly, and reduce our dependence on the bootloader, which makes it easier to directly boot a kernel in QEMU (particularly for SMP). Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/mips/loongson/Makefile')
0 files changed, 0 insertions, 0 deletions