diff options
author | Wiebe, Wladislav (Nokia - DE/Ulm) <wladislav.wiebe@nokia.com> | 2015-11-13 07:10:05 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2016-03-10 12:43:36 -0500 |
commit | 764fd639d794a1c0b0d203b19d1bef0451c23fb1 (patch) | |
tree | 7aa3ddd616ea3da4a8f1e4b6d4d0b88d79f409e4 /include | |
parent | f6cede5b49e822ebc41a099fe41ab4989f64e2cb (diff) |
pstore: Add support for 64 Bit address space
Some architectures have their reserved RAM in 64 Bit address space.
Therefore convert mem_address module parameter to ullong.
Signed-off-by: Wladislav Wiebe <wladislav.wiebe@nokia.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pstore_ram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pstore_ram.h b/include/linux/pstore_ram.h index 9c9d6c154c8e..4660aaa3195e 100644 --- a/include/linux/pstore_ram.h +++ b/include/linux/pstore_ram.h | |||
@@ -76,7 +76,7 @@ ssize_t persistent_ram_ecc_string(struct persistent_ram_zone *prz, | |||
76 | 76 | ||
77 | struct ramoops_platform_data { | 77 | struct ramoops_platform_data { |
78 | unsigned long mem_size; | 78 | unsigned long mem_size; |
79 | unsigned long mem_address; | 79 | phys_addr_t mem_address; |
80 | unsigned int mem_type; | 80 | unsigned int mem_type; |
81 | unsigned long record_size; | 81 | unsigned long record_size; |
82 | unsigned long console_size; | 82 | unsigned long console_size; |