diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2011-11-27 20:10:32 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2011-11-27 20:10:32 +0000 |
| commit | cda77ba0a6c6d1b7223763aa2d32af4fcd564d7e (patch) | |
| tree | 86e7e2bdc62b075060f2a93ad03b1aee885bfcad | |
| parent | c0e39aa199cb57f9c2e388ee0f45204d21135b2d (diff) | |
Notes
| -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 65886fa87f93..b721f97b43af 100644 --- a/sys/boot/ia64/common/exec.c +++ b/sys/boot/ia64/common/exec.c @@ -187,7 +187,7 @@ mmu_setup_paged(struct bootinfo *bi) pa = ia64_va2pa(ia64_text_start, &ia64_text_size); ia64_text_size = sz; /* XXX */ shft = sz2shft(ia64_text_start, ia64_text_size); - shft = mmu_wire(ia64_text_start, (uintptr_t)pa, shft, PTE_AR_RX); + shft = mmu_wire(ia64_text_start, (uintptr_t)pa, shft, PTE_AR_RWX); ia64_copyin(&shft, (uintptr_t)&bi->bi_text_mapped, 4); /* Wire as much of the data segment as well. */ |
