loader: remove shouting from ORB's variable name
[hvf.git] / cp / nucleus / svc.c
bloba9be84b6543d92e5643817c446a3bb938b969501
1 /*
2 * (C) Copyright 2007-2011 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 * This file is released under the GPLv2. See the COPYING file for more
5 * details.
6 */
8 #include <sched.h>
9 #include <interrupt.h>
11 u64 svc_table[NR_SVC] = {
12 (u64) __schedule_svc,
13 (u64) __schedule_blocked_svc,
14 (u64) __schedule_exit_svc,