aboutsummaryrefslogtreecommitdiff
path: root/src/post.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-07-20 10:51:58 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-07-20 19:29:07 -0400
commitc6e8c0763dee3f7c28d6ab3f2fb5c36986c288cb (patch)
tree1f70586af44e6d8cb1f644d0ae6d85d80ff891b6 /src/post.c
parented88f6515c18d9520efa4a41ccb70038dfbe43f9 (diff)
downloadseabios-hppa-c6e8c0763dee3f7c28d6ab3f2fb5c36986c288cb.zip
seabios-hppa-c6e8c0763dee3f7c28d6ab3f2fb5c36986c288cb.tar.gz
seabios-hppa-c6e8c0763dee3f7c28d6ab3f2fb5c36986c288cb.tar.bz2
Move internal timer code from clock.c to a new file timer.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post.c b/src/post.c
index ff201fa..d706d4f 100644
--- a/src/post.c
+++ b/src/post.c
@@ -158,6 +158,7 @@ platform_hardware_setup(void)
pic_setup();
mathcp_setup();
timer_setup();
+ clock_setup();
// Platform specific setup
qemu_platform_setup();