]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove print_kernel_section_addr(). All statements in that function
authormarcel <marcel@FreeBSD.org>
Tue, 27 Nov 2012 01:05:07 +0000 (01:05 +0000)
committermarcel <marcel@FreeBSD.org>
Tue, 27 Nov 2012 01:05:07 +0000 (01:05 +0000)
commitb0982c796a6309b4e95cdf5ba12e691c9d8ff42b
treefd1e4481ec72b3f58311f1d83256e8eb8909f7f6
parent2749496c99359766a67ce2f3e2f9afc50ea772af
Remove print_kernel_section_addr(). All statements in that function
expand to uncompilable code when the kernel configuration contains
"options DEBUG", such as it is for LINT. The toolchain is often a
better approach to figure this out, as it doesn't require one to
boot the kernel.
sys/arm/arm/machdep.c