repo.or.cz
/
hvf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loader: remove shouting from ORB's variable name
[hvf.git]
/
cp
/
nucleus
/
svc.c
blob
a9be84b6543d92e5643817c446a3bb938b969501
1
/*
2
* (C) Copyright 2007-2011 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
3
*
4
* This file is released under the GPLv2. See the COPYING file for more
5
* details.
6
*/
7
8
#include <sched.h>
9
#include <interrupt.h>
10
11
u64 svc_table
[
NR_SVC
] = {
12
(
u64
)
__schedule_svc
,
13
(
u64
)
__schedule_blocked_svc
,
14
(
u64
)
__schedule_exit_svc
,
15
};
16