From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F0DF1B70A9 for ; Tue, 2 Nov 2010 09:32:16 +1100 (EST) Subject: Re: [PATCH v3] add icswx support From: Benjamin Herrenschmidt To: Michael Neuling In-Reply-To: <28760.1288650181@neuling.org> References: <1287547340.14049.25.camel@flin.austin.ibm.com> <28760.1288650181@neuling.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 02 Nov 2010 09:31:58 +1100 Message-ID: <1288650718.2147.20.camel@pasglop> Mime-Version: 1.0 Cc: tsenglin@us.ibm.com, linuxppc-dev@ozlabs.org, "Tseng-Hui \(Frank\) Lin" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2010-11-02 at 09:23 +1100, Michael Neuling wrote: > +EXPORT_SYMBOL(switch_cop); > +EXPORT_SYMBOL(use_cop); > +EXPORT_SYMBOL(drop_cop); > > Please document how to use these. Also, should these be _GPL ? Cheers, Ben.