Replace hardcoded value with the correct constant from spitfire.h.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@897 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-10-16 14:13:15 +00:00
committed by Mark Cave-Ayland
parent a32ba29f8b
commit 0fcbe4e047

View File

@@ -154,7 +154,7 @@ pgmap_fetch(void)
if (va >= t->virt && va < (t->virt + t->size)) {
/* valid tte, 8k size */
tte_data = 0x8000000000000000UL;
tte_data = SPITFIRE_TTE_VALID;
/* mix in phys address mode */
tte_data |= t->mode;