libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 13/57] PPC: remove unused `PAGE_START' macro fr


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 13/57] PPC: remove unused `PAGE_START' macro from Ginit.c
Date: Fri, 21 Sep 2012 14:11:14 +0300

---
 src/ppc32/Ginit.c |    5 -----
 src/ppc64/Ginit.c |    5 -----
 2 files changed, 10 deletions(-)

diff --git a/src/ppc32/Ginit.c b/src/ppc32/Ginit.c
index 47c66f1..f4f215e 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 53c4028..52bf715 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)
 {
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]