All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix BITS_PER_LONG for ppc32
@ 2013-03-27  6:06 Denis Kirjanov
  2013-03-27 13:46 ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov @ 2013-03-27  6:06 UTC (permalink / raw)
  To: trinity; +Cc: davej, kda, Denis Kirjanov

Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
---
 include/arch-ppc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/arch-ppc.h b/include/arch-ppc.h
index 8c1a71a..792a54a 100644
--- a/include/arch-ppc.h
+++ b/include/arch-ppc.h
@@ -17,7 +17,7 @@
 #define TASK_SIZE 		(PAGE_OFFSET)
 
 #define PAGE_SHIFT		12
-#define BITS_PER_LONG		64
+#define BITS_PER_LONG		32
 #define PTE_RPN_SHIFT		(PAGE_SHIFT)
 #define PTE_FILE_MAX_BITS	(BITS_PER_LONG - PTE_RPN_SHIFT)
 
-- 
1.8.0.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-27 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27  6:06 [PATCH] Fix BITS_PER_LONG for ppc32 Denis Kirjanov
2013-03-27 13:46 ` Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.