HomeFreeBSD

Fix the PAE kernel gcc build.

Description

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

Details

Provenance
markjAuthored on
Parents
rS341820: asmc: Add Support for MacBookAir 7,1 and 7,2
Branches
Unknown
Tags
Unknown