PC-BSD/trueos b598872sys/x86/x86 ucode.c

Fix the PAE kernel gcc build.

The error was caused by map_ucode() casting a vm_paddr_t to a void *.
Use a uintptr_t instead to match the caller.  Fix some style bugs while
here.

Reported by:    bde
Reviewed by:    bde
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
DeltaFile
+10-8sys/x86/x86/ucode.c
+10-81 files

UnifiedSplitRaw