From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rJqD75wS6zDqh1 for ; Tue, 31 May 2016 20:17:11 +1000 (AEST) In-Reply-To: <1460010507-24777-2-git-send-email-ruscur@russell.cc> To: Russell Currey , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Subject: Re: [V3,2/2] pseries/eeh: Refactor the configure_bridge RTAS tokens Message-Id: <3rJqD75PC8z9t41@ozlabs.org> Date: Tue, 31 May 2016 20:17:11 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2016-07-04 at 06:28:27 UTC, Russell Currey wrote: > The RTAS calls "ibm,configure-pe" and "ibm,configure-bridge" perform the > same actions, however the former can skip configuration if unnecessary. > The existing code treats them as different tokens even though only one > will ever be called. Refactor this by making a single token that is > assigned during init. > > Signed-off-by: Russell Currey > Acked-by: Gavin Shan Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/bd000b82e86503d5e8b9e6d40a cheers