projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a354ab8
)
[POWERPC] Output params value in early_init_devtree
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Fri, 15 Jun 2007 22:06:14 +0000
(08:06 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 28 Jun 2007 09:16:45 +0000
(19:16 +1000)
Add a printout of the params value to early_init_devtree.
This value is handy to have for comparison when debugging the
bootwrapper code.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/prom.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/prom.c
b/arch/powerpc/kernel/prom.c
index af42ddab3ab473ba7f9085c3a28d2f37fb4672c7..6f32bebd8a9b6d74deb4b52bf2c6a65f357ee715 100644
(file)
--- a/
arch/powerpc/kernel/prom.c
+++ b/
arch/powerpc/kernel/prom.c
@@
-1005,7
+1005,7
@@
static void __init early_reserve_mem(void)
void __init early_init_devtree(void *params)
{
- DBG(" -> early_init_devtree(
)\n"
);
+ DBG(" -> early_init_devtree(
%p)\n", params
);
/* Setup flat device-tree pointer */
initial_boot_params = params;