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: 362408 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B0266140084 for ; Sat, 21 Jun 2014 13:23:57 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; q= dns; s=default; b=ESaTjxANPrQFprpcDK3Zi/nScrm7SxGm4slPvC0Q6HuBXu wG/rJ5Hm6q/aoCa8oWrZF2uKhuh5ERAIUlZUdsgKMYYX8qNwGJu7AJycw2UqFddd HunDlalthuGFk/eDozP+cr0G120WGpna1MmanK088pUJPUoyGohs8yIqcR5+Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; s= default; bh=DTDthjGhVv2KzUFnEi6TfoeiUFM=; b=NU2IUzSkm66vwDt1AyuQ GmOplmOvsEDNT28kFj3HB/e+7/40Bl4U0IT+j3hnFjav9MM23enBBtFbaCIA4xDc JiCzwdaB5QjEu0XJ1WqJOldRd+MRIts1s49ERFJBI7Sy7MfzpINw/dULIHjotXMm Lttnfwk2Fnharog+Em0NBSA= 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.