j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: afaerber Date: Sun Nov 7 19:08:41 2010 New Revision: 948 URL: http://tracker.coreboot.org/trac/openbios/changeset/948
Log: ppc: Fix indentation
Tab-indent to match surrounding code.
Signed-off-by: Andreas Färber andreas.faerber@web.de
Modified: trunk/openbios-devel/arch/ppc/qemu/ofmem.c
Modified: trunk/openbios-devel/arch/ppc/qemu/ofmem.c ============================================================================== --- trunk/openbios-devel/arch/ppc/qemu/ofmem.c Sun Nov 7 17:51:47 2010 (r947) +++ trunk/openbios-devel/arch/ppc/qemu/ofmem.c Sun Nov 7 19:08:41 2010 (r948) @@ -395,7 +395,7 @@ /* SDR1: Storage Description Register 1 */
hash_base = (ramsize - 0x00100000 - HASH_SIZE) & hash_mask; - memset((void *)hash_base, 0, HASH_SIZE); + memset((void *)hash_base, 0, HASH_SIZE); sdr1 = hash_base | ((HASH_SIZE-1) >> 16); asm volatile("mtsdr1 %0" :: "r" (sdr1) );