From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751809AbdB0W2d (ORCPT ); Mon, 27 Feb 2017 17:28:33 -0500 Received: from relay1.sgi.com ([192.48.180.66]:42561 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372AbdB0W1Z (ORCPT ); Mon, 27 Feb 2017 17:27:25 -0500 From: Andrew Banman To: tglx@linutronix.de Cc: mingo@redhat.com, akpm@linux-foundation.org, hpa@zytor.com, mike.travis@hpe.com, rja@hpe.com, sivanich@hpe.com, x86@kernel.org, linux-kernel@vger.kernel.org, abanman@hpe.com Subject: Re: [PATCH v2 5/6] x86/platform/uv/BAU: Add wait_completion to bau_operations Date: Mon, 27 Feb 2017 13:26:28 -0600 Message-Id: <1488223589-94496-1-git-send-email-abanman@hpe.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1487369197-79054-6-git-send-email-abanman@hpe.com> References: <1487369197-79054-6-git-send-email-abanman@hpe.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The above patch has a conflict in wait_completion with the enumerated UV_BAU symbol because I let an old version of the patch creep into the set. Following is the correct version. Sorry about that! Andrew