GCC warns about the mismatched sizes on i386 where vm_paddr_t is 64
bits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/x86/xen/hvm.c | ||
---|---|---|
200 | I suspect this is supposed to be (vm_paddr_t)((uintptr_t)&hypercall_page - KERNBASE). |