mirror of
https://github.com/acpica/acpica/
synced 2025-03-06 14:21:47 +03:00
Changed TODOs to TBDs
date 2001.04.26.18.14.00; author psdiefen; state Exp;
This commit is contained in:
parent
f674bdc7d3
commit
cc934c8964
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: hwtimer.c - ACPI Power Management Timer Interface
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
|
||||
#define _COMPONENT HARDWARE
|
||||
#define _COMPONENT ACPI_HARDWARE
|
||||
MODULE_NAME ("hwtimer")
|
||||
|
||||
|
||||
@ -267,7 +267,7 @@ AcpiGetTimerDuration (
|
||||
* divides in kernel-space we have to do some trickery to preserve
|
||||
* accuracy while using 32-bit math.
|
||||
*
|
||||
* TODO: Change to use 64-bit math when supported.
|
||||
* TBD: Change to use 64-bit math when supported.
|
||||
*
|
||||
* The process is as follows:
|
||||
* 1. Compute the number of seconds by dividing Delta Ticks by
|
||||
|
Loading…
x
Reference in New Issue
Block a user