diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-14 15:28:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-14 15:28:47 +0000 |
commit | 4ab7b6a2b0a5516442af3fb79998704b60c107f9 (patch) | |
tree | 4990d221ff776f8f99e0b8141dd8d97ca7bba5a3 /sys/arch | |
parent | 83392e1a11f32a0232de84211775a59e0ca7573f (diff) |
dale and i theorize that these days armish can safely be compiled
with -mcpu=xscale
ok drahn
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index bcb20bfdf34..49a7e7f46b2 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.43 2011/09/20 22:11:42 miod Exp $ +# $OpenBSD: GENERIC,v 1.44 2011/11/14 15:28:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,6 +20,7 @@ makeoptions KERNEL_BASE_VIRT="0xc0200000" options CPU_XSCALE_80321 # Support the XScale core options XSCALE_CACHE_READ_WRITE_ALLOCATE +makeoptions CPUFLAGS="-mcpu=xscale" #options PERFCTRS # performance counters diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 79447cb6f46..0916c4b2b1e 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2011/09/20 22:11:42 miod Exp $ +# $OpenBSD: RAMDISK,v 1.22 2011/11/14 15:28:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,6 +20,7 @@ makeoptions KERNEL_BASE_VIRT="0xc0200000" option CPU_XSCALE_80321 # Support the XScale core option XSCALE_CACHE_READ_WRITE_ALLOCATE +makeoptions CPUFLAGS="-mcpu=xscale" #option PERFCTRS # performance counters |