Home | History | Annotate | Download | only in pnpbios
History log of /src/sys/arch/i386/pnpbios/pnpbioscall.S
RevisionDateAuthorComments
 1.3  14-Jul-2018  maxv Drop NENTRY() from the x86 kernels, use ENTRY(). With PMCs (and other hardware
tracing facilities) we have a much better ways of monitoring the CPU activity
than GPROF, without software modification.

Also I think GPROF has never worked, because the 'start' functions of both
i386 and amd64 use ENTRY(), and it would have caused a function call while the
kernel was not yet relocated.
 1.2  11-Dec-2007  lukem branches: 1.2.96; 1.2.98;
Use __KERNEL_RCSID(). For these .S files, the following style was
adopted, a la .C files and <sys/cdefs.h>:
* move <machine/asm.h> to the top
* use __KERNEL_RCSID() immediately after it
 1.1  22-Nov-2002  fvdl branches: 1.1.2; 1.1.24; 1.1.86; 1.1.96; 1.1.98; 1.1.100;
.s -> .S rename
 1.1.100.1  13-Dec-2007  bouyer Sync with HEAD
 1.1.98.1  13-Dec-2007  yamt sync with head.
 1.1.96.1  26-Dec-2007  ad Sync with head.
 1.1.86.1  09-Jan-2008  matt sync with HEAD
 1.1.24.1  21-Jan-2008  yamt sync with head
 1.1.2.2  11-Dec-2002  thorpej Sync with HEAD.
 1.1.2.1  22-Nov-2002  thorpej file pnpbioscall.S was added on branch nathanw_sa on 2002-12-11 06:01:04 +0000
 1.2.98.1  10-Jun-2019  christos Sync with HEAD
 1.2.96.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed