From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: interrupt priority Date: Thu, 30 Nov 2017 17:14:17 +0100 Message-ID: <20171130161416.GE11362@linutronix.de> References: <20171129163521.GB7707@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: linux-rt-users@vger.kernel.org To: Ran Shalit Return-path: Received: from Galois.linutronix.de ([146.0.238.70]:45863 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751992AbdK3QOS (ORCPT ); Thu, 30 Nov 2017 11:14:18 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: please don't drop the list. On 2017-11-29 19:07:58 [+0200], Ran Shalit wrote: > I mean the priority of interrupts (not threads). > For example if we connect usb/mouse will it take precedence before the > timer interrupt ? That is SoC specific and documented in the reference manual. > Thanks, > > Sebastian