mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Comment out a debug entry which doesn't compile. Needed to fix LINT.
This commit is contained in:
parent
3c573376e8
commit
1e118f7ee8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163456
@ -450,10 +450,10 @@ trap_pfault(struct thread *td, struct trapframe *tf, int64_t type, uint64_t data
|
||||
#if 0
|
||||
printf("trap_pfault(type=%ld, data=0x%lx, tpc=0x%lx, ctx=0x%lx)\n",
|
||||
type, data, tf->tf_tpc, ctx);
|
||||
#endif
|
||||
|
||||
CTR4(KTR_TRAP, "trap_pfault: td=%p pm_ctx=%#lx va=%#lx ctx=%#lx",
|
||||
td, p->p_vmspace->vm_pmap.pm_context[PCPU_GET(cpuid)], va, ctx);
|
||||
#endif
|
||||
|
||||
if (type == T_DATA_PROTECTION) {
|
||||
prot = VM_PROT_WRITE;
|
||||
|
Loading…
Reference in New Issue
Block a user