summaryrefslogtreecommitdiffstats
path: root/hdata/memory.c
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2018-03-22 14:42:19 +0530
committerStewart Smith <stewart@linux.ibm.com>2018-04-11 17:59:57 -0500
commit9f85e40904d8566acf4d022f47aa8a0f836675bc (patch)
tree351ad087cbc7d3337d1d93c45119a3cea258e820 /hdata/memory.c
parente7a2da8d5e654467df63c03e2be91b435796df25 (diff)
downloadtalos-skiboot-9f85e40904d8566acf4d022f47aa8a0f836675bc.tar.gz
talos-skiboot-9f85e40904d8566acf4d022f47aa8a0f836675bc.zip
hdata: Move 'HRMOR_BIT' macro to header file
Its already defined twice. And soon I want to use in few other place. Lets move it to header file. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hdata/memory.c')
-rw-r--r--hdata/memory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hdata/memory.c b/hdata/memory.c
index 27dc559f..a8389895 100644
--- a/hdata/memory.c
+++ b/hdata/memory.c
@@ -602,8 +602,6 @@ static struct dt_node *add_hb_reserve_node(const char *name, u64 start, u64 end)
return node;
}
-#define HRMOR_BIT (1ul << 63)
-
static void get_hb_reserved_mem(struct HDIF_common_hdr *ms_vpd)
{
const struct msvpd_hb_reserved_mem *hb_resv_mem;
OpenPOWER on IntegriCloud