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 Skipped - Unit
Tests Skipped - Build Status
Buildable 47565 Build 44452: arc lint + arc unit
Event Timeline
sys/x86/xen/hvm.c | ||
---|---|---|
200 | I suspect this is supposed to be (vm_paddr_t)((uintptr_t)&hypercall_page - KERNBASE). |