summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-09-12 09:26:35 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-09-28 14:06:07 +0300
commit6023ccf6677fa030c001fcccc903c6ded9ffc47e (patch)
tree1a49df3c060ecdadb2a838d294a4f3e36dd3f79a
parent0941dedb705cdffa87835855004336c6cf3895e4 (diff)
downloadlibunwind-6023ccf6677fa030c001fcccc903c6ded9ffc47e.tar.gz
PPC: remove unused `PAGE_START' macro from Ginit.c
-rw-r--r--src/ppc32/Ginit.c5
-rw-r--r--src/ppc64/Ginit.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/src/ppc32/Ginit.c b/src/ppc32/Ginit.c
index 47c66f11..f4f215ef 100644
--- a/src/ppc32/Ginit.c
+++ b/src/ppc32/Ginit.c
@@ -42,11 +42,6 @@ static struct unw_addr_space local_addr_space;
PROTECTED unw_addr_space_t unw_local_addr_space = &local_addr_space;
-
-#define PAGE_SIZE 4096
-#define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
-
-
static void *
uc_addr (ucontext_t *uc, int reg)
{
diff --git a/src/ppc64/Ginit.c b/src/ppc64/Ginit.c
index 53c40280..52bf7153 100644
--- a/src/ppc64/Ginit.c
+++ b/src/ppc64/Ginit.c
@@ -42,11 +42,6 @@ static struct unw_addr_space local_addr_space;
PROTECTED unw_addr_space_t unw_local_addr_space = &local_addr_space;
-
-#define PAGE_SIZE 4096
-#define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
-
-
static void *
uc_addr (ucontext_t *uc, int reg)
{