commit | d5d11a39a8f761c99276f20974de2f25928830c1 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Jan 31 03:19:23 2012 +0100 |
committer | Alexander Graf <agraf@suse.de> | Thu Feb 02 02:47:47 2012 +0100 |
tree | f506222b8885da4ee448e477ce42240c6a1833c1 | |
parent | 9e0b5cb1ecf5543864fad0628a17be23bb617ed7 [diff] |
PPC: E500: Implement msgsnd This patch implements the msgsnd instruction. It is part of the Embedded.Processor Control specification and allows one CPU to IPI another CPU without going through an interrupt controller. Signed-off-by: Alexander Graf <agraf@suse.de>