diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-05-13 12:18:36 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-05-20 18:10:45 -0400 |
commit | 9d254d4614746687a4e324a6b85756a71f775b7b (patch) | |
tree | 546073d022835606c16b7cd3cf40d7df46442c39 /src/biosvar.h | |
parent | 46b82624c95b951e8825fab117d9352faeae0ec8 (diff) | |
download | seabios-9d254d4614746687a4e324a6b85756a71f775b7b.tar.gz |
Convert timer code EBDA variables to VARLOW variables.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/biosvar.h')
-rw-r--r-- | src/biosvar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/biosvar.h b/src/biosvar.h index 99c2565b..8f94b244 100644 --- a/src/biosvar.h +++ b/src/biosvar.h @@ -226,8 +226,6 @@ struct extended_bios_data_area_s { u8 ps2ctr; struct usbkeyinfo usbkey_last; - int RTCusers; - // El Torito Emulation data struct cdemu_s cdemu; @@ -238,10 +236,6 @@ struct extended_bios_data_area_s { u8 cdrom_locks[CONFIG_MAX_EXTDRIVE]; u16 boot_sequence; - - /* TSC emulation timekeepers */ - u64 tsc_8254; - int last_tsc_8254; } PACKED; // The initial size and location of EBDA |