Date: Thu, 11 Feb 2016 06:23:02 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295503 - head/sys/mips/conf Message-ID: <201602110623.u1B6N2QN054465@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Feb 11 06:23:02 2016 New Revision: 295503 URL: https://svnweb.freebsd.org/changeset/base/295503 Log: Migrate the other MIPS24K SoC cores to use the CPU_MIPS24K option. Modified: head/sys/mips/conf/AR71XX_BASE head/sys/mips/conf/AR724X_BASE head/sys/mips/conf/AR91XX_BASE head/sys/mips/conf/QCA953X_BASE Modified: head/sys/mips/conf/AR71XX_BASE ============================================================================== --- head/sys/mips/conf/AR71XX_BASE Thu Feb 11 06:19:58 2016 (r295502) +++ head/sys/mips/conf/AR71XX_BASE Thu Feb 11 06:23:02 2016 (r295503) @@ -9,7 +9,7 @@ machine mips mips ident AR71XX_BASE -cpu CPU_MIPS4KC +cpu CPU_MIPS24K makeoptions KERNLOADADDR=0x80050000 options HZ=1000 options HWPMC_HOOKS Modified: head/sys/mips/conf/AR724X_BASE ============================================================================== --- head/sys/mips/conf/AR724X_BASE Thu Feb 11 06:19:58 2016 (r295502) +++ head/sys/mips/conf/AR724X_BASE Thu Feb 11 06:23:02 2016 (r295503) @@ -10,7 +10,7 @@ machine mips mips ident AR724X_BASE -cpu CPU_MIPS4KC +cpu CPU_MIPS24K makeoptions KERNLOADADDR=0x80050000 options HZ=1000 options HWPMC_HOOKS Modified: head/sys/mips/conf/AR91XX_BASE ============================================================================== --- head/sys/mips/conf/AR91XX_BASE Thu Feb 11 06:19:58 2016 (r295502) +++ head/sys/mips/conf/AR91XX_BASE Thu Feb 11 06:23:02 2016 (r295503) @@ -12,7 +12,7 @@ machine mips mips ident AR91XX_BASE -cpu CPU_MIPS4KC +cpu CPU_MIPS24K makeoptions KERNLOADADDR=0x80050000 options HZ=1000 Modified: head/sys/mips/conf/QCA953X_BASE ============================================================================== --- head/sys/mips/conf/QCA953X_BASE Thu Feb 11 06:19:58 2016 (r295502) +++ head/sys/mips/conf/QCA953X_BASE Thu Feb 11 06:23:02 2016 (r295503) @@ -12,7 +12,7 @@ machine mips mips ident QCA953X_BASE -cpu CPU_MIPS4KC +cpu CPU_MIPS24K makeoptions KERNLOADADDR=0x80050000 options HZ=1000
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602110623.u1B6N2QN054465>