diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-06-15 18:06:14 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-28 05:16:45 -0400 |
commit | 443481050168e98f91737a02b6428c93f1a1c652 (patch) | |
tree | 84d54fc84af729e222729a43d9c1c1ccba514dc9 /arch/powerpc/kernel/prom.c | |
parent | a354ab8557566e9462ea7af20345f6927e6665b3 (diff) |
[POWERPC] Output params value in early_init_devtree
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>
Diffstat (limited to 'arch/powerpc/kernel/prom.c')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index af42ddab3ab4..6f32bebd8a9b 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -1005,7 +1005,7 @@ static void __init early_reserve_mem(void) | |||
1005 | 1005 | ||
1006 | void __init early_init_devtree(void *params) | 1006 | void __init early_init_devtree(void *params) |
1007 | { | 1007 | { |
1008 | DBG(" -> early_init_devtree()\n"); | 1008 | DBG(" -> early_init_devtree(%p)\n", params); |
1009 | 1009 | ||
1010 | /* Setup flat device-tree pointer */ | 1010 | /* Setup flat device-tree pointer */ |
1011 | initial_boot_params = params; | 1011 | initial_boot_params = params; |