From owner-freebsd-mips@freebsd.org Thu Feb 4 16:07:34 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 BFCC4A7358A for ; Thu, 4 Feb 2016 16:07:34 +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 AE652C84 for ; Thu, 4 Feb 2016 16:07:34 +0000 (UTC) (envelope-from daemon-user@freebsd.org) Received: by phabric-backend.rbsd.freebsd.org (Postfix, from userid 1346) id AAECC1075FB; Thu, 4 Feb 2016 16:07:34 +0000 (UTC) Date: Thu, 4 Feb 2016 16:07:34 +0000 To: freebsd-mips@freebsd.org From: "kan (Alexander Kabaev)" Reply-to: D5182+328+d50d24cb3b48f0f7@reviews.freebsd.org Subject: [Differential] [Commented On] D5182: Introduce INTRNG support for MIPS Message-ID: 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: YTNiZTMzOTczYThlNTY2OTc3Njk3NGIyZTc5IFazd0Y= 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: Thu, 04 Feb 2016 16:07:34 -0000 kan added inline comments. INLINE COMMENTS sys/mips/include/intr.h:47 This comment is not true, there is no dependency on exception.S anymore as corresponding block was #ifdef-ed out in exception.S in favor of code implemented by common intr.c. 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, adrian, kan Cc: skra, imp, freebsd-mips-list