]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.h
authorpaul <paul@FreeBSD.org>
Thu, 15 Sep 1994 16:27:14 +0000 (16:27 +0000)
committerpaul <paul@FreeBSD.org>
Thu, 15 Sep 1994 16:27:14 +0000 (16:27 +0000)
commit8c92b502be26553a5c8efed5f8a08ca339a9f834
tree655b6ec5be1d561f2c60cf6130902b9183b65b04
parent0a8a4cff4f1045c0d43f7187c710a932f90104e8
Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.h

Removed inb function since it's more correctly in pio.h

Copied write_eflags and read_eflags over from npx.c

(Some changes to the macros suggested by Bruce were not made at this
time since his suggestions probably apply to all the macros and
these inlined/macro definitions need a lot of cleaning up at some
point in the future.)

Reviewed by: Bruce
sys/amd64/include/cpufunc.h
sys/amd64/include/profile.h
sys/i386/include/cpufunc.h
sys/i386/include/profile.h