diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-05-27 19:02:47 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-05-27 19:02:47 +0000 |
| commit | 9beb1d07791692695c0ff08de6944352d57334bc (patch) | |
| tree | 13f62f5039a8dbd8c03f51859fe0191b63411e94 /sys/boot | |
| parent | d53c5a8872daa8008b32ccfd109f7412068b7746 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/ia64/common/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ia64/common/exec.c b/sys/boot/ia64/common/exec.c index a5a02d4df247..6b451f24cb35 100644 --- a/sys/boot/ia64/common/exec.c +++ b/sys/boot/ia64/common/exec.c @@ -105,7 +105,7 @@ elf64_exec(struct preloaded_file *fp) ia64_set_rr(IA64_RR_BASE(7), (7 << 8) | (28 << 2)); pte = PTE_PRESENT | PTE_MA_WB | PTE_ACCESSED | PTE_DIRTY | - PTE_PL_KERN | PTE_AR_RWX; + PTE_PL_KERN | PTE_AR_RWX | PTE_ED; __asm __volatile("mov cr.ifa=%0" :: "r"(IA64_RR_BASE(7))); __asm __volatile("mov cr.itir=%0" :: "r"(28 << 2)); |
