From patchwork Sat Jun 21 03:23:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 1645 Received: (qmail 32453 invoked by alias); 21 Jun 2014 03:23:50 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 32353 invoked by uid 89); 21 Jun 2014 03:23:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Move generic smp.h to nptl/ Message-Id: <20140621032344.7A6DE2C39A8@topped-with-meat.com> Date: Fri, 20 Jun 2014 20:23:44 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=OTyb8QlTNHwA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=9MemApodhqMqJDSJP0QA:9 a=CjuIK1q_8ugA:10 a=zz_RUeGFUpAA:10 a=cLvZ3AJVl_QA:10 Verified on x86_64-linux-gnu and i686-linux-gnu that no code changes. * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ... * nptl/smp.h: ... here. --- a/nptl/sysdeps/unix/sysv/linux/smp.h +++ b/nptl/smp.h @@ -1,4 +1,4 @@ -/* Determine whether the host has multiple processors. Linux version. +/* Determine whether the host has multiple processors. Stub version. Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of the GNU C Library.