mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
ppc: Fix indentation
Tab-indent to match surrounding code. Signed-off-by: Andreas Färber <andreas.faerber@web.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@948 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Andreas Färber
parent
652ebc448f
commit
54c0ea8a54
@@ -395,7 +395,7 @@ setup_mmu( unsigned long ramsize )
|
||||
/* 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) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user