aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-10-04 12:25:44 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-10-04 12:25:44 +0000
commit1834282de6b9f6fd30291bfe1cc9c3ecf5547c40 (patch)
tree21afc3d068e0fcf6f3725b0103bde6dc51f09bb7 /sys/arm/nvidia
parentd029cb6152ecc692603ec44312805f84aa4f0140 (diff)
downloadsrc-1834282de6b9f6fd30291bfe1cc9c3ecf5547c40.tar.gz
src-1834282de6b9f6fd30291bfe1cc9c3ecf5547c40.zip
Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,
for later Cortex-A CPUs that support the Multiprocessor Extensions. This will be needed to support both in a single GENERIC kernel while still being able to only build for a single SoC. Reviewed by: mmel Relnotes: yes Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D8138
Notes
Notes: svn path=/head/; revision=306672
Diffstat (limited to 'sys/arm/nvidia')
-rw-r--r--sys/arm/nvidia/tegra124/std.tegra1242
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/nvidia/tegra124/std.tegra124 b/sys/arm/nvidia/tegra124/std.tegra124
index 35de22534f46..e963ba638107 100644
--- a/sys/arm/nvidia/tegra124/std.tegra124
+++ b/sys/arm/nvidia/tegra124/std.tegra124
@@ -1,5 +1,5 @@
# $FreeBSD$
-cpu CPU_CORTEXA
+cpu CPU_CORTEXA_MP
machine arm armv6
makeoptions CONF_CFLAGS="-march=armv7a"