aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/machine-create.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parisc/machine-create.h')
-rw-r--r--src/parisc/machine-create.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parisc/machine-create.h b/src/parisc/machine-create.h
index 8b15f3a..beae3da 100644
--- a/src/parisc/machine-create.h
+++ b/src/parisc/machine-create.h
@@ -4,7 +4,7 @@ static struct machine_info CONCAT(machine_, MACHINE) = {
.pdc_version = PARISC_PDC_VERSION,
.pdc_cpuid = PARISC_PDC_CPUID,
.pdc_caps = PARISC_PDC_CAPABILITIES,
- .pdc_entry = PARISC_PDC_ENTRY_ORG,
+ .pdc_entry = (unsigned long) PARISC_PDC_ENTRY_ORG,
.pdc_cache_info = { PARISC_PDC_CACHE_INFO },
.device_list = { PARISC_DEVICE_LIST },
};