summaryrefslogtreecommitdiffstats
path: root/include/phys-map.h
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2017-11-14 22:23:05 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-11-15 01:03:53 -0600
commit74d9a50ac2a79d39b07bbe7d7e0bbb72f7f5b026 (patch)
tree1ab9ed4cb0fb89fd815dcef6f918e2dcc8f45721 /include/phys-map.h
parent75371796ac595a4ce2f1b6bd254f5f3ad7416a96 (diff)
downloadblackbird-skiboot-74d9a50ac2a79d39b07bbe7d7e0bbb72f7f5b026.tar.gz
blackbird-skiboot-74d9a50ac2a79d39b07bbe7d7e0bbb72f7f5b026.zip
phys-map: Rename GPU_MEM to GPU_MEM_4T_DOWN
This map is soon to be replaced, but we are going to keep it around for a little while so that we support older hostboot firmware. Rename it for now. Signed-off-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/phys-map.h')
-rw-r--r--include/phys-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phys-map.h b/include/phys-map.h
index 3621bfd2..c9b23896 100644
--- a/include/phys-map.h
+++ b/include/phys-map.h
@@ -26,7 +26,7 @@
enum phys_map_type {
NULL_MAP,
SYSTEM_MEM,
- GPU_MEM,
+ GPU_MEM_4T_DOWN,
PHB4_64BIT_MMIO,
PHB4_32BIT_MMIO,
PHB4_XIVE_ESB,
OpenPOWER on IntegriCloud