Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2016 19:42:54 +0000 (UTC)
From:      Stanislav Galabov <sgalabov@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298126 - head/sys/mips/conf
Message-ID:  <201604161942.u3GJgsTo006335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sgalabov
Date: Sat Apr 16 19:42:54 2016
New Revision: 298126
URL: https://svnweb.freebsd.org/changeset/base/298126

Log:
  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

Modified:
  head/sys/mips/conf/MEDIATEK_BASE

Modified: head/sys/mips/conf/MEDIATEK_BASE
==============================================================================
--- head/sys/mips/conf/MEDIATEK_BASE	Sat Apr 16 19:39:51 2016	(r298125)
+++ head/sys/mips/conf/MEDIATEK_BASE	Sat Apr 16 19:42:54 2016	(r298126)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604161942.u3GJgsTo006335>