diff options
author | Richard Braun <rbraun@sceen.net> | 2017-07-13 20:07:07 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-07-13 20:07:07 +0200 |
commit | dd78bb04876f66e967773d6dd03ea9534fe43cc2 (patch) | |
tree | 4d3080abf0cbcca7c058cba5cad2ed71e5d5e1e5 /kern/xcall.h | |
parent | 85292d947faabe8828810946c7a8067ef228d6fe (diff) |
Switch to initialization operations
Diffstat (limited to 'kern/xcall.h')
-rw-r--r-- | kern/xcall.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kern/xcall.h b/kern/xcall.h index 37c85867..27b6af25 100644 --- a/kern/xcall.h +++ b/kern/xcall.h @@ -30,11 +30,6 @@ typedef void (*xcall_fn_t)(void *arg); /* - * Initialize the xcall module. - */ -void xcall_setup(void); - -/* * Run the given cross-call function on a specific processor. * * The operation is completely synchronous, returning only when the function |