From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 22 Mar 2013 15:18:03 +1100 From: Michael Ellerman To: Ian Munsie Subject: Re: [PATCH] powerpc: Add accounting for Doorbell interrupts Message-ID: <20130322041803.GB26908@concordia> References: <1363765332-28461-1-git-send-email-imunsie@au1.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1363765332-28461-1-git-send-email-imunsie@au1.ibm.com> Cc: Michael Neuling , linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Mar 20, 2013 at 06:42:12PM +1100, Ian Munsie wrote: > From: Ian Munsie > > This patch adds a new line to /proc/interrupts to account for the > doorbell interrupts that each hardware thread has received. The total > interrupt count in /proc/stat will now also include doorbells. Should it be inside CONFIG_PPC_DOORBELL ? cheers