summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c')
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
index f32312d6dc..56ea43c7fe 100644
--- a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
+++ b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
@@ -30,12 +30,12 @@
// Global variables for MB layouts and these will be shared by irqtable mptable and acpi_tables
struct mb_sysconf_t mb_sysconf;
-unsigned sbdn3;
+unsigned int sbdn3;
void get_bus_conf(void)
{
- unsigned apicid_base;
+ unsigned int apicid_base;
struct mb_sysconf_t *m;
struct device *dev;