Break up user and system cpu_interrupt implementations
commit97ffbd8d9d54736dd73227e5330c7f5cdc2d7a96
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 12 Apr 2011 23:32:56 +0000 (13 01:32 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 2 May 2011 12:38:35 +0000 (2 09:38 -0300)
tree40ded5473182a30f3cd9b2e42d5c3e556a49b574
parent450fb75c478aa4134bc1e6b1655791c0a39ad141
Break up user and system cpu_interrupt implementations

Both have only two lines in common, and we will convert the system
service into a callback which is of no use for user mode operation.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
CC: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
exec.c