summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-13 00:11:19 -0800
committerSimon Glass <sjg@chromium.org>2015-12-01 06:23:51 -0700
commit0f3176ed68705ceb220c395327aee7e690f7724b (patch)
tree1a969225e48b86bd9aec96f3393445b2a6a0d6be /arch/x86/include/asm
parent9ca07ebbac3c94974db75e25004203289d9013bc (diff)
downloadtalos-obmc-uboot-0f3176ed68705ceb220c395327aee7e690f7724b.tar.gz
talos-obmc-uboot-0f3176ed68705ceb220c395327aee7e690f7724b.zip
x86: Remove MIN_PORT80_KCLOCKS_DELAY
This is not referenced anywhere. Remove it, as well as tsc_base_kclocks and tsc_prev in the global data. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Fix 'Reomve' typo: Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/global_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/global_data.h b/arch/x86/include/asm/global_data.h
index 35148ab24e..5966b7c07e 100644
--- a/arch/x86/include/asm/global_data.h
+++ b/arch/x86/include/asm/global_data.h
@@ -54,8 +54,6 @@ struct arch_global_data {
uint8_t x86_mask;
uint32_t x86_device;
uint64_t tsc_base; /* Initial value returned by rdtsc() */
- uint32_t tsc_base_kclocks; /* Initial tsc as a kclocks value */
- uint32_t tsc_prev; /* For show_boot_progress() */
uint32_t tsc_mhz; /* TSC frequency in MHz */
void *new_fdt; /* Relocated FDT */
uint32_t bist; /* Built-in self test value */
OpenPOWER on IntegriCloud