projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775a42e
)
powerpc/ps3: set_dabr() takes an unsigned long
author
Stephen Rothwell
<
[email protected]
>
Tue, 13 Jan 2009 19:54:50 +0000
(19:54 +0000)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Fri, 16 Jan 2009 05:15:11 +0000
(16:15 +1100)
Also silences this warning:
arch/powerpc/platforms/ps3/setup.c:275: warning: initialization from incompatible pointer type
Signed-off-by: Stephen Rothwell <
[email protected]
>
Acked-by: Geoff Levand <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
arch/powerpc/platforms/ps3/setup.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/ps3/setup.c
b/arch/powerpc/platforms/ps3/setup.c
index 35f3e85cf60ea9d79ff873f10090395c791f1c99..3331ccbb8d389c6d76dd4c548beeb3c30d6404b8 100644
(file)
--- 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(u
64
dabr)
+static int ps3_set_dabr(u
nsigned long
dabr)
{
enum {DABR_USER = 1, DABR_KERNEL = 2,};