aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/pdcpat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parisc/pdcpat.h')
-rw-r--r--src/parisc/pdcpat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/pdcpat.h b/src/parisc/pdcpat.h
index 57eb122..1c1a62e 100644
--- a/src/parisc/pdcpat.h
+++ b/src/parisc/pdcpat.h
@@ -280,10 +280,10 @@ struct pdc_pat_pd_addr_map_entry {
unsigned char reserve1[5];
unsigned char memory_type;
unsigned char memory_usage;
- unsigned long paddr;
+ unsigned long long paddr; /* note: 64bit! */
unsigned int pages; /* Length in 4K pages */
unsigned int reserve2;
- unsigned long cell_map;
+ unsigned long long cell_map; /* note: 64bit! */
};
/********************************************************************