summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-common.h
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-01-30 15:06:40 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-01-30 15:06:40 +0100
commit98d58026c4bf38e42adcfbd5f92da29fb582d41a (patch)
treef6b81269e20a166e7c37917e2f51e905120d9b3d /com32/hdt/hdt-common.h
parent7444a40f48c3f70a34ddb9a95945a5d709058038 (diff)
downloadsyslinux-98d58026c4bf38e42adcfbd5f92da29fb582d41a.tar.gz
hdt: Improving CPU displayhdt/0.4.0-beta1
Diffstat (limited to 'com32/hdt/hdt-common.h')
-rw-r--r--com32/hdt/hdt-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index 3aa5a506..df7d2c98 100644
--- a/com32/hdt/hdt-common.h
+++ b/com32/hdt/hdt-common.h
@@ -173,6 +173,7 @@ struct s_vesa {
struct s_hardware {
s_dmi dmi; /* DMI table */
s_cpu cpu; /* CPU information */
+ uint8_t physical_cpu_count; /* Number of physical cpu */
s_vpd vpd; /* VPD information */
s_acpi acpi;
struct pci_domain *pci_domain; /* PCI Devices */