Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 16:06:14 +0900 (JST)
From:      Mori Hiroki <yamori813@yahoo.co.jp>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   strange condition
Message-ID:  <374849673.1588624.1572851174943.JavaMail.yahoo@mail.yahoo.co.jp>
References:  <374849673.1588624.1572851174943.JavaMail.yahoo.ref@mail.yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi

In=C2=A0include/cpu.h have this condition.

#if __ARM_ARCH > 6 || (__ARM_ARCH =3D=3D 6 && defined(CPU_ARM1176))

I think this is same as

#if __ARM_ARCH >=3D 6

I seem all armv6(11x6) support=C2=A0Performance Monitor Control Register (P=
MNC).

Thanks

Hiroki Mori




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?374849673.1588624.1572851174943.JavaMail.yahoo>