Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933163Ab2EPHrQ (ORCPT ); Wed, 16 May 2012 03:47:16 -0400 Received: from vostochny.stro.at ([78.47.22.85]:42568 "EHLO vostochny.stro.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759599Ab2EPHrO (ORCPT ); Wed, 16 May 2012 03:47:14 -0400 From: maximilian attems To: linux-ia64@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Stephan Mueller , maximilian attems , Paul Gortmaker , Tony Luck Subject: [PATCH] ia64: add cmpxchg.h to exported userspace headers Date: Wed, 16 May 2012 09:46:30 +0200 Message-Id: <1337154390-23185-1-git-send-email-max@stro.at> X-Mailer: git-send-email 1.7.10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 29 Fixes klibc build on ia64 after 85f8f7759e418c814ee2ceacf73eddb9bed39492. Cc: Paul Gortmaker Cc: Tony Luck Signed-off-by: maximilian attems --- arch/ia64/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild index 241d1c5..d4eb938 100644 --- a/arch/ia64/include/asm/Kbuild +++ b/arch/ia64/include/asm/Kbuild @@ -1,6 +1,7 @@ include include/asm-generic/Kbuild.asm header-y += break.h +header-y += cmpxchg.h header-y += fpu.h header-y += gcc_intrin.h header-y += ia64regs.h -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/