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

* Re: [PATCH] Fix BITS_PER_LONG for ppc32
  2013-03-27  6:06 [PATCH] Fix BITS_PER_LONG for ppc32 Denis Kirjanov
@ 2013-03-27 13:46 ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2013-03-27 13:46 UTC (permalink / raw)
  To: Denis Kirjanov; +Cc: trinity, kda

On Wed, Mar 27, 2013 at 10:06:20AM +0400, Denis Kirjanov wrote:

 > -#define BITS_PER_LONG		64
 > +#define BITS_PER_LONG		32

oops ;)

Thanks, applied.

	Dave


^ permalink raw reply	[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.