History log of /netbsd/sys/arch/arm/arm32/arm11_pmc.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 13d55194 20-Jun-2020 skrll <skrll@NetBSD.org>

KNF #includes

Remove some unnecessary ones while I'm here.


# 497ad467 20-Jun-2020 skrll <skrll@NetBSD.org>

Trailing whitespace


# cc17ee2e 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# 07c13b08 12-Jul-2018 maxv <maxv@NetBSD.org>

Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs

Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.

show more ...


# 292bbf0f 01-Dec-2013 joerg <joerg@NetBSD.org>

Mark unused inline functions as such.


# 52956f33 03-Jul-2008 matt <matt@NetBSD.org>

Fix a typo in the delay loop time delta calculation.

From Irme Desk <imre.deak@teleca.com>.


# 825088ed 27-Apr-2008 matt <matt@NetBSD.org>

Merge kernel changes in matt-armv6 to HEAD.