From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Seeger Subject: Re: __ipipe_root_sync Date: Fri, 26 Apr 2019 14:15:29 -0400 Message-ID: <1853262.hL6BM7Cr2a@omoikane> In-Reply-To: References: <2053542.YF2tJfiQcj@omoikane> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe Gerum Cc: "xenomai@xenomai.org" On Friday, April 26, 2019 2:11:30 PM EDT Philippe Gerum wrote: > > However, __ipipe_root_sync() is 100% redundant with sync_root_irqs(), > which we need in the generic pipelined syscall handling callable from C. > So the situation is a bit silly ATM. Let's rename sync_root_irqs() to > __ipipe_root_sync() in -noarch, and drop any arch-local equivalent. I fully agree with this. I can issue a second patch for 110 once it's done in noarch, but there's no real reason to hurry on this. I can confirm that the 4.14.110 patch I just pushed for powerpc (for all the thousands of you working with PPC) that the use of __ipipe_root_sync and sync_root_irqs is equivalent with ARM. Steven