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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"