]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
authorbde <bde@FreeBSD.org>
Mon, 27 Oct 1997 17:23:18 +0000 (17:23 +0000)
committerbde <bde@FreeBSD.org>
Mon, 27 Oct 1997 17:23:18 +0000 (17:23 +0000)
commitaf87f94a9c03ab34b0ccd5db7eefc2241780c97e
treeb4a7fdf1db88f62b6f999666172dab04ac3b57d8
parent059c792df99d8fd6b8a3ef5c4cf0499dfa65a16d
Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
and fixed everything that dependended on it being declared in the old
place.  It is used in "machine-independent" code in subr_prof.c.

Moved declaration of btext from subr_prof.c to <machine/cpu.h>.  It
is machine-dependent.
sys/amd64/amd64/db_interface.c
sys/amd64/amd64/db_trace.c
sys/amd64/include/cpu.h
sys/amd64/include/md_var.h
sys/i386/i386/db_interface.c
sys/i386/i386/db_trace.c
sys/i386/include/cpu.h
sys/i386/include/md_var.h
sys/kern/subr_prof.c