Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753130Ab3JWLPR (ORCPT ); Wed, 23 Oct 2013 07:15:17 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.225]:48386 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752248Ab3JWLPP (ORCPT ); Wed, 23 Oct 2013 07:15:15 -0400 Message-ID: <1382526910.5283.5.camel@pippen.local.home> Subject: Re: [PATCH] kernel: context_tracking: use extern function instead of static inline function for user_enter/exit() From: Steven Rostedt To: Chen Gang Cc: Frederic Weisbecker , Paul McKenney , khilman@linaro.org, Ingo Molnar , Peter Zijlstra , Andrew Morton , "linux-kernel@vger.kernel.org" Date: Wed, 23 Oct 2013 07:15:10 -0400 In-Reply-To: <5267AC7C.2040803@asianux.com> References: <5267A72B.7060808@asianux.com> <1382525244.5283.3.camel@pippen.local.home> <5267AC7C.2040803@asianux.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-4+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 658 Lines: 23 On Wed, 2013-10-23 at 19:01 +0800, Chen Gang wrote: > > void arch_user_enter(void) > > { > > user_enter(); > > } > > > > OK, thanks. That sounds reasonable to me. I will send related patch to > arm guys. :-) If you do so, don't call it "arch_user_enter()", maybe call it "asm_user_enter()", as "arch_*" is something used to be called by the generic code. My mistake in using that as an example. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/