[haiku-commits] BRANCH mmu_man-github.sam460ex - src/system/boot/platform/u-boot/arch/ppc

  • From: mmu_man-github.sam460ex <community@xxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 18 Feb 2013 03:45:32 +0100 (CET)

added 1 changeset to branch 'refs/remotes/mmu_man-github/sam460ex'
old head: 0255210b042a1beeb3dbc72ae118c325031328b1
new head: 85e1bac215444aa98118c71efa7ee953ece662fa
overview: https://github.com/mmuman/haiku/compare/0255210...85e1bac

----------------------------------------------------------------------------

85e1bac: U-Boot: Fix warning

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Commit:      85e1bac215444aa98118c71efa7ee953ece662fa
Author:      François Revol <revol@xxxxxxx>
Date:        Mon Feb 18 02:39:09 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp | 3 ++-

----------------------------------------------------------------------------

diff --git a/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp 
b/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
index 3bb9bfe..04ecebb 100644
--- a/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
+++ b/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp
@@ -124,7 +124,8 @@ enumerate_cpus(void)
                }
                gKernelArgs.arch_args.bus_frequency = busFrequency;
        }
-       TRACE(("  bus clock frequency: %ld\n", 
gKernelArgs.arch_args.bus_frequency));
+       TRACE(("  bus clock frequency: %Ld\n",
+               gKernelArgs.arch_args.bus_frequency));
 
 #if 0
 //XXX:Classic


Other related posts: