aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStanislav Galabov <sgalabov@FreeBSD.org>2016-04-16 19:42:54 +0000
committerStanislav Galabov <sgalabov@FreeBSD.org>2016-04-16 19:42:54 +0000
commit302b3e7dc41a6418d6a0fd0a8afff93823678aec (patch)
treed9be53838e00ada82d55da92b840cbb799154835 /sys
parentd8fd68b648ad2c0a87ea0a479d9d4cd95eb71ccd (diff)
downloadsrc-302b3e7dc41a6418d6a0fd0a8afff93823678aec.tar.gz
src-302b3e7dc41a6418d6a0fd0a8afff93823678aec.zip
Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config
Revision 298068 changed MIPS_INTRNG and ARM_INTRNG to simply INTRNG. MEDIATEK_BASE config was missed by this revision, so we change MIPS_INTRNG to INTRNG here. Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5978
Notes
Notes: svn path=/head/; revision=298126
Diffstat (limited to 'sys')
-rw-r--r--sys/mips/conf/MEDIATEK_BASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/conf/MEDIATEK_BASE b/sys/mips/conf/MEDIATEK_BASE
index 5e6c0ad7befb..13bb9a68aebf 100644
--- a/sys/mips/conf/MEDIATEK_BASE
+++ b/sys/mips/conf/MEDIATEK_BASE
@@ -28,8 +28,8 @@ makeoptions KERNLOADADDR=0x80001000
options FDT
options FDT_DTB_STATIC
-# We rely on MIPS_INTRNG code
-options MIPS_INTRNG
+# We rely on INTRNG code
+options INTRNG
options MIPS_NIRQ=256
# We rely on NEW_PCIB code