mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
committed by
Mark Cave-Ayland
parent
a32ba29f8b
commit
0fcbe4e047
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user