linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/13] powerpc/ps3: set_dabr takes an unsigned long
@ 2009-01-14  5:54 Stephen Rothwell
  2009-01-14  5:58 ` [PATCH 02/13] powerpc/ps3: use dma_addr_t down through the stack Stephen Rothwell
                   ` (12 more replies)
  0 siblings, 13 replies; 29+ messages in thread
From: Stephen Rothwell @ 2009-01-14  5:54 UTC (permalink / raw)
  To: Geoff Levand; +Cc: ppc-dev, cbe-oss-dev

Also silences this warning:

arch/powerpc/platforms/ps3/setup.c:275: warning: initialization from incompatible pointer type

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 arch/powerpc/platforms/ps3/setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/ps3/setup.c b/arch/powerpc/platforms/ps3/setup.c
index 35f3e85..3331ccb 100644
--- a/arch/powerpc/platforms/ps3/setup.c
+++ b/arch/powerpc/platforms/ps3/setup.c
@@ -186,7 +186,7 @@ early_param("ps3flash", early_parse_ps3flash);
 #define prealloc_ps3flash_bounce_buffer()	do { } while (0)
 #endif
 
-static int ps3_set_dabr(u64 dabr)
+static int ps3_set_dabr(unsigned long dabr)
 {
 	enum {DABR_USER = 1, DABR_KERNEL = 2,};
 
-- 
1.6.0.5

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

end of thread, other threads:[~2009-01-21  0:47 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14  5:54 [PATCH 01/13] powerpc/ps3: set_dabr takes an unsigned long Stephen Rothwell
2009-01-14  5:58 ` [PATCH 02/13] powerpc/ps3: use dma_addr_t down through the stack Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  5:59 ` [PATCH 03/13] powerpc/ps3: the lv1_ routines have u64 parameters Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:00 ` [PATCH 04/13] powerpc/ps3: clear_bit/set_bit operate on unsigned longs Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:01 ` [PATCH 05/13] powerpc/ps3: ps3_repository_read_mm_info takes u64 * arguments Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:02 ` [PATCH 06/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: arch/powerpc Stephen Rothwell
2009-01-14 22:53   ` Geoff Levand
2009-01-14  6:04 ` [PATCH 07/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/block Stephen Rothwell
2009-01-14  7:49   ` Jens Axboe
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:06 ` [PATCH 08/13] powerpc/ps3: printing fixups for l64 to ll64 convserion: drivers/char Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:07 ` [PATCH 09/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: sound/ppc Stephen Rothwell
2009-01-14  7:03   ` Takashi Iwai
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:09 ` [PATCH 10/13] powerpc/ps3: printing fixups for l64 to ll64 convserion: drivers/net Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-21  0:47     ` Stephen Rothwell
2009-01-14  6:10 ` [PATCH 11/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/ps3 Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:11 ` [PATCH 12/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/scsi Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14  6:13 ` [PATCH 13/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/video Stephen Rothwell
2009-01-14 22:54   ` Geoff Levand
2009-01-14 22:52 ` [PATCH 01/13] powerpc/ps3: set_dabr takes an unsigned long Geoff Levand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).