History log of /netbsd/sys/arch/sparc64/include/profile.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 154a2d2a 20-Jul-2002 mrg <mrg@NetBSD.org>

use <sparc/foo.h> where appropriate. now these files become very
very difficult to get out of sync. add bootinfo.h and promlib.h
(using the same method) so that sparc64 headers can build sparc
stan

use <sparc/foo.h> where appropriate. now these files become very
very difficult to get out of sync. add bootinfo.h and promlib.h
(using the same method) so that sparc64 headers can build sparc
stand (not yet finished.)

show more ...


# 88ff6897 03-Nov-2001 thorpej <thorpej@NetBSD.org>

Changes from Martin Husemann and myself:
- Make the 32-bit SPARC profile support work with the GCC 2.95.3
SPARC ELF compiler, which uses a different name for mcount.
- Make the 64-bit SPARC profile

Changes from Martin Husemann and myself:
- Make the 32-bit SPARC profile support work with the GCC 2.95.3
SPARC ELF compiler, which uses a different name for mcount.
- Make the 64-bit SPARC profile support header look more like the 32-bit
SPARC header (no functional change -- 64-bit SPARC already used the
correct mcount name).

show more ...


# 7ec33e89 02-Aug-2000 eeh <eeh@NetBSD.org>

Get kernel profiling to work. Now if only gprof worked....


# b6fd7187 08-Oct-1998 eeh <eeh@NetBSD.org>

Fix more syscall32 and signal breakage.


# d94474cc 07-Jul-1998 eeh <eeh@NetBSD.org>

General update:

Added genassym.cf
Removed lderr which should never have gotten in
Removed lots of dead code from locore.s
Added some softint stuff to intr.c
Added support for halt -p
esp and l

General update:

Added genassym.cf
Removed lderr which should never have gotten in
Removed lots of dead code from locore.s
Added some softint stuff to intr.c
Added support for halt -p
esp and le both use bus_dmamap_*() functions now
instead of kdvma_mapin()
groundwork for PCI (but we still have no drivers for
any sun4u PCI devices)

show more ...


# 01e2e698 20-Jun-1998 eeh <eeh@NetBSD.org>

Import of sparc64.