From owner-freebsd-mips@freebsd.org Sun Feb 7 04:23:05 2016 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5F58A9F660 for ; Sun, 7 Feb 2016 04:23:05 +0000 (UTC) (envelope-from daemon-user@freebsd.org) Received: from phabric-backend.rbsd.freebsd.org (unknown [IPv6:2607:fc50:2000:101::1bb:73]) by mx1.freebsd.org (Postfix) with ESMTP id D0ACA1FD1 for ; Sun, 7 Feb 2016 04:23:05 +0000 (UTC) (envelope-from daemon-user@freebsd.org) Received: by phabric-backend.rbsd.freebsd.org (Postfix, from userid 1346) id CF07369B4; Sun, 7 Feb 2016 04:23:05 +0000 (UTC) Date: Sun, 7 Feb 2016 04:23:05 +0000 To: freebsd-mips@freebsd.org From: "adrian (Adrian Chadd)" Reply-to: D5182+328+d50d24cb3b48f0f7@reviews.freebsd.org Subject: [Differential] [Updated] D5182: Introduce INTRNG support for MIPS Message-ID: <8414eaf012234787e870b2d9b3a02b97@localhost.localdomain> X-Priority: 3 X-Phabricator-Sent-This-Message: Yes X-Mail-Transport-Agent: MetaMTA X-Auto-Response-Suppress: All X-Phabricator-Mail-Tags: , Thread-Topic: D5182: Introduce INTRNG support for MIPS X-Herald-Rules: <28> X-Phabricator-Projects: <#mips> X-Phabricator-To: X-Phabricator-To: X-Phabricator-To: X-Phabricator-To: X-Phabricator-Cc: X-Phabricator-Cc: X-Phabricator-Cc: Precedence: bulk In-Reply-To: References: Thread-Index: YTNiZTMzOTczYThlNTY2OTc3Njk3NGIyZTc5IFa2xqk= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 04:23:06 -0000 adrian added a comment. ok, so how about we (read: me) split out the arm intrng definitions into sys/sys/ and then you can update your patch. I just was worried that we'd need "more" and/or "different" fields between arm intrng and mips intrng. Let me go do that soon. Thanks! INLINE COMMENTS sys/mips/include/intr.h:96 Yeah, I was waiting for some people to use it in the MIPS world before I decided to unify this stuff. If you think this is all generic enough to use in your MIPS_INTRNG world then let's do that as a first pass. Then we can commit this stuff, minus all of the duplicate code. How's that sound? REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D5182 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: Sgalabov_gmail.com, MIPS, kan, adrian Cc: skra, imp, freebsd-mips-list