Mark Johnston b6da2600f9 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
2018-12-11 16:49:01 +00:00
..
2018-10-20 20:45:49 +00:00
2018-12-03 20:54:17 +00:00
2018-12-08 22:12:57 +00:00
2018-12-11 12:08:18 +00:00
2018-10-20 22:39:35 +00:00
2018-12-10 21:33:01 +00:00
2018-12-09 21:53:45 +00:00
2018-12-05 15:38:52 +00:00
2018-12-06 19:27:15 +00:00
2018-12-11 02:16:27 +00:00
2018-12-11 12:01:46 +00:00
2018-07-15 00:31:17 +00:00
2018-12-11 16:49:01 +00:00