On Thu, May 08, 2008 at 07:02:38PM -0500, [EMAIL PROTECTED] wrote:
> +        printf ("\tIBAT0L = 0x%08X ", mfspr (IBAT0L));
> +        printf ("\tIBAT0U = 0x%08X\n", mfspr (IBAT0U));
> +        printf ("\tDBAT0L = 0x%08X ", mfspr (DBAT0L));
> +        printf ("\tDBAT0U = 0x%08X\n", mfspr (DBAT0U));
> +        printf ("\tIBAT1L = 0x%08X ", mfspr (IBAT1L));
> +        printf ("\tIBAT1U = 0x%08X\n", mfspr (IBAT1U));
> +        printf ("\tDBAT1L = 0x%08X ", mfspr (DBAT1L));
> +        printf ("\tDBAT1U = 0x%08X\n", mfspr (DBAT1U));
> +        printf ("\tIBAT2L = 0x%08X ", mfspr (IBAT2L));
> +        printf ("\tIBAT2U = 0x%08X\n", mfspr (IBAT2U));
> +        printf ("\tDBAT2L = 0x%08X ", mfspr (DBAT2L));
> +        printf ("\tDBAT2U = 0x%08X\n", mfspr (DBAT2U));
> +        printf ("\tIBAT3L = 0x%08X ", mfspr (IBAT3L));
> +        printf ("\tIBAT3U = 0x%08X\n", mfspr (IBAT3U));
> +        printf ("\tDBAT3L = 0x%08X ", mfspr (DBAT3L));
> +        printf ("\tDBAT3U = 0x%08X\n", mfspr (DBAT3U));

Tabs, not spaces.

-Scott

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to