diff options
| author | Michael Brown | 2007-07-03 21:34:51 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-03 21:34:51 +0200 |
| commit | fae10a7ca1ab1977b28e1ead5342953908dfd0a3 (patch) | |
| tree | 4c308d6c748bc818f55b8b2645ed84b86aa311ca /src/arch/i386/core/i386_timer.c | |
| parent | Move pxe_netdev and set_pxe_netdev to pxe_undi.c and remove (diff) | |
| download | ipxe-fae10a7ca1ab1977b28e1ead5342953908dfd0a3.tar.gz ipxe-fae10a7ca1ab1977b28e1ead5342953908dfd0a3.tar.xz ipxe-fae10a7ca1ab1977b28e1ead5342953908dfd0a3.zip | |
We don't actually use the reset functions anywhere, and nothing really
provides them.
Diffstat (limited to 'src/arch/i386/core/i386_timer.c')
| -rw-r--r-- | src/arch/i386/core/i386_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/core/i386_timer.c b/src/arch/i386/core/i386_timer.c index 3608d8a69..4764e21e3 100644 --- a/src/arch/i386/core/i386_timer.c +++ b/src/arch/i386/core/i386_timer.c @@ -191,4 +191,4 @@ int timer2_running(void) #endif /* RTC_CURRTICKS */ -INIT_FN ( INIT_TIMERS, setup_timers, NULL, NULL ); +INIT_FN ( INIT_TIMERS, setup_timers, NULL ); |
