summaryrefslogtreecommitdiffstats
path: root/src/usr/example
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-09-09 15:21:12 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-09-09 15:21:12 -0500
commit51621c156c03feff0d5e4246ecd2e18473fd347d (patch)
tree4e64c4bb13b54a081e3b2d0d2db886d4f3379def /src/usr/example
parent80b83026362d07b10ed1ae16afb162f7699757cb (diff)
downloadtalos-hostboot-51621c156c03feff0d5e4246ecd2e18473fd347d.tar.gz
talos-hostboot-51621c156c03feff0d5e4246ecd2e18473fd347d.zip
Add task_exec system call.
Diffstat (limited to 'src/usr/example')
-rw-r--r--src/usr/example/example.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/example/example.C b/src/usr/example/example.C
index 18095ac5b..2fd0ef367 100644
--- a/src/usr/example/example.C
+++ b/src/usr/example/example.C
@@ -24,5 +24,6 @@ void _init(void*)
extern "C"
void _start(void*)
{
+ printk("Executing example module.\n");
task_end();
}
OpenPOWER on IntegriCloud