Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2012 11:50:37 -0700
From:      Tim Kientzle <kientzle@freebsd.org>
To:        arm@freebsd.org
Subject:   Removing ARM_WANT_TP_ADDRESS hack?
Message-ID:  <F4E9C597-9326-4741-8F28-50E41BA4E105@freebsd.org>

next in thread | raw e-mail | index | archive | help
What is the story behind ARM_WANT_TP_ADDRESS?

It's defined right now in some kernel configs, which
implies that it's a system-specific configuration.

But as far as I can tell from the code, it's really a CPU-specific
setting that should always be enabled for < armv6.

Any objections to replacing

#ifdef ARM_WANT_TP_ADDRESS

with

#if =85 < armv6 =85

(I'm working on a clean way to do the latter.)

I think this would simply eliminate ARM_WANT_TP_ADDRESS
from the codebase.

Tim







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F4E9C597-9326-4741-8F28-50E41BA4E105>