summaryrefslogtreecommitdiffstats
path: root/src/kernel/syscall.C
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-22 08:45:02 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-22 08:45:02 -0500
commit02b38895c3af9ce6aae9bc02ef2930fabefff628 (patch)
tree5c9f718cbc0ff4aa11cca4d94432023a3bc6eb16 /src/kernel/syscall.C
parent24e81bc664f5cdbfc8be1badf00b025ec122af00 (diff)
downloadtalos-hostboot-02b38895c3af9ce6aae9bc02ef2930fabefff628.tar.gz
talos-hostboot-02b38895c3af9ce6aae9bc02ef2930fabefff628.zip
Turn interrupt vectors into macros.
Diffstat (limited to 'src/kernel/syscall.C')
-rw-r--r--src/kernel/syscall.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/syscall.C b/src/kernel/syscall.C
index ce26970c7..d3cff262c 100644
--- a/src/kernel/syscall.C
+++ b/src/kernel/syscall.C
@@ -47,7 +47,7 @@ namespace Systemcalls
};
extern "C"
-void kernel_execute_systemcall()
+void kernel_execute_system_call()
{
using namespace Systemcalls;
task_t* t = TaskManager::getCurrentTask();
OpenPOWER on IntegriCloud