mini-os: moved events code under arch
authorKarim Raslan <karim.allah.ahmed@gmail.com>
Wed, 11 Jun 2014 10:30:15 +0000 (11:30 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 12 Jun 2014 10:01:18 +0000 (11:01 +0100)
commit573e501c6080372bd526be593d444ca3177dfdc3
tree2f0d10c08a0a4f6ef454c340613272c3b4862e8b
parentec0326f41f3efafc2c46c4c881051a3a31649556
mini-os: moved events code under arch

This is all code motion, except that we now initialise
the ev_actions array before calling the arch-specific code
to make it more robust against future changes.

Signed-off-by: Karim Allah Ahmed <karim.allah.ahmed@gmail.com>
[talex5@gmail.com: separated from big ARM commit]
Signed-off-by: Thomas Leonard <talex5@gmail.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
extras/mini-os/arch/x86/events.c [new file with mode: 0644]
extras/mini-os/events.c
extras/mini-os/include/events.h