Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758828Ab2EJVKW (ORCPT ); Thu, 10 May 2012 17:10:22 -0400 Received: from mail.sf-mail.de ([62.27.20.61]:51392 "EHLO mail.sf-mail.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758399Ab2EJVJ5 (ORCPT ); Thu, 10 May 2012 17:09:57 -0400 From: Rolf Eike Beer To: linux-parisc@vger.kernel.org, James Bottomley Cc: linux-kernel , torvalds@linux-foundation.org Subject: [PATCH 0/5] PA-RISC: fix compile Date: Thu, 10 May 2012 22:50:37 +0200 Message-ID: <4430485.xEvkeJU8MB@donald.sf-tec.de> User-Agent: KMail/4.8.3 (Linux/3.2.9-13-desktop; KDE/4.8.3; i686; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1852574.nSzBGjLzTC"; micalg="pgp-sha1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7Bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1902 Lines: 52 --nextPart1852574.nSzBGjLzTC Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Since d66acc39c7cee323733c8503b9de1821a56dff7e (bitops: Optimise get_order()) getorder.h includes log2.h which leads to an include loop on PA-RISC, bringing a bunch of other breakage to light. This patchset fixes the compilation of the current state of 3.4 on HPPA. Unchanged against the first version, just added an Ack by Grant. Rolf Eike Beer (5): parisc: add missing includes in asm/spinlock.h parisc: add missing forward declarations in asm/hardware.h parisc: drop include of asm/pdc.h from asm/hardware.h parisc: add missing include of asm/page.h to asm/pgtable.h parisc: move definition of PAGE0 to asm/page.h arch/parisc/include/asm/hardware.h | 3 ++- arch/parisc/include/asm/page.h | 6 ++++++ arch/parisc/include/asm/pdc.h | 7 ------- arch/parisc/include/asm/pgtable.h | 2 ++ arch/parisc/include/asm/spinlock.h | 2 ++ arch/parisc/kernel/pdc_cons.c | 1 + arch/parisc/kernel/time.c | 1 + drivers/parisc/sba_iommu.c | 1 + drivers/video/console/sticore.c | 2 ++ include/asm-generic/getorder.h | 2 +- 10 files changed, 18 insertions(+), 9 deletions(-) -- 1.7.9.2 --nextPart1852574.nSzBGjLzTC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEABECAAYFAk+sKh0ACgkQXKSJPmm5/E79qgCfV3D189F4JFb0G5yMbB9dwJeD F4QAnRj6D6Erc16wL2MHeJQY4oId9Au1 =kfbA -----END PGP SIGNATURE----- --nextPart1852574.nSzBGjLzTC-- -- 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/