]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the dependency on ia64_cpu.h by not defining pmap_kextract()
authormarcel <marcel@FreeBSD.org>
Sat, 12 Oct 2002 20:35:56 +0000 (20:35 +0000)
committermarcel <marcel@FreeBSD.org>
Sat, 12 Oct 2002 20:35:56 +0000 (20:35 +0000)
commite7eb3591f6a5c8786a1cc7434872b76124563be4
treea5e1e8c632f337ca85a5269ca71739f2ef0962bd
parent2fdf0ba50ed92dcffb1abd09afb959714349ccd0
Remove the dependency on ia64_cpu.h by not defining pmap_kextract()
as a trivial function that only calls ia64_tpa() and hence requires
the prototype of ia64_tpa(), but by defining pmap_kextract as
ia64_tpa. This solves the inclusion ordering issue in ddb/db_watch.c
sys/ia64/include/pmap.h