From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id DDBCA1A0202 for ; Mon, 11 Jan 2016 20:14:01 +1100 (AEDT) In-Reply-To: <1446008047-2393-1-git-send-email-mikey@neuling.org> To: Michael Neuling , benh@kernel.crashing.org From: Michael Ellerman Cc: linuxppc-dev@ozlabs.org, mikey@neuling.org, anton@samba.org, Cyril Bur Subject: Re: [1/2] powerpc: Add function to copy mm_context_t to the paca Message-Id: <20160111091401.50029140311@ozlabs.org> Date: Mon, 11 Jan 2016 20:14:01 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2015-28-10 at 04:54:06 UTC, Michael Neuling wrote: > This adds a function to copy the mm->context to the paca. This is > only a basic conversion for now but will be used more extensively in > the next patch. > > This also adds #ifdef CONFIG_PPC_BOOK3S around this code since it's > not used elsewhere. > > Signed-off-by: Michael Neuling Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c395465da68bfc3a238d5bc15f cheers