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 BDECE1A08A3 for ; Thu, 16 Jul 2015 19:54:56 +1000 (AEST) In-Reply-To: <1436241419-11153-1-git-send-email-anton@samba.org> To: Anton Blanchard , benh@kernel.crashing.org, paulus@samba.org, mikey@neuling.org, cyril.bur@au1.ibm.com From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc: Remove mtmsrd(), use existing mtmsr() Message-Id: <20150716095456.971241402B1@ozlabs.org> Date: Thu, 16 Jul 2015 19:54:56 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-07-07 at 03:56:59 UTC, Anton Blanchard wrote: > mtmsr() does the right thing on 32bit and 64bit, so use it everywhere. > > Signed-off-by: Anton Blanchard Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1c53973172f84fafa8ad cheers