diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-31 18:12:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-31 18:12:29 +0000 |
commit | a929822e242b7086dc12b0424d3c476136954ae5 (patch) | |
tree | 55a60d03174b33b2566c3a00aa4b050bbfc916f3 /sys | |
parent | fb2734338e58fdc20118207adfd74a2658654471 (diff) |
give up on mcpu options; something remains broken in pmap it looks like; ok miod
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 49a7e7f46b2..8c5d1b6dd09 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 2011/11/14 15:28:46 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.45 2012/01/31 18:12:28 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,7 +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" +#makeoptions CPUFLAGS="-mcpu=xscale" #options PERFCTRS # performance counters diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 0916c4b2b1e..3f0b0c94caf 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.22 2011/11/14 15:28:46 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.23 2012/01/31 18:12:28 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,7 +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" +#makeoptions CPUFLAGS="-mcpu=xscale" #option PERFCTRS # performance counters |