Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187Ab2EEG4w (ORCPT ); Sat, 5 May 2012 02:56:52 -0400 Received: from mail.sf-mail.de ([62.27.20.61]:49169 "EHLO mail.sf-mail.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752996Ab2EEG4v (ORCPT ); Sat, 5 May 2012 02:56:51 -0400 From: Rolf Eike Beer To: Mikulas Patocka Cc: Linus Torvalds , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix compile failure on PA-RISC Date: Sat, 05 May 2012 08:55:37 +0200 Message-ID: <1798237.g4OIBKAx4s@donald.sf-tec.de> User-Agent: KMail/4.8.2 (Linux/3.2.9-13-desktop; KDE/4.8.2; i686; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart22272283.5pjb6P5pYs"; 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: 1764 Lines: 55 --nextPart22272283.5pjb6P5pYs Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="US-ASCII" Mikulas Patocka wrote: > Hi > > This patch fixes compile failure on PA-RISC. > > BTW. if the PA-RISC port is uncompilable for all 3.4-rc versions (and > contains two other bugs that prevent it from booting) ... does it mean > that I'm the only one who is using PA-RISC with recent kernel? > > Mikulas > > --- > > Fix compile failure on PA-RISC > > This patch fixes compile error on PA-RISC. > > The problem is this: > linux/bitops.h includes asm/bitops.h. Through a chain of dependencies > asm/bitops.h includes asm/page.h and asm/page.h needs function fls and > others defined in asm/bitops.h and linux/bitops.h --- and these > functions are not yet defined because the files linux/bitops.h and > asm/bitops.h hasn't been fully processed. I've posted a set of patches on 2012-04-21 both on linux-kernel and linux- parisc, but apart from one ACK I got no reaction. I did only move the definition of PAGE0 from asm/pdc.h to asm/page.h and fixed another bunch of breakage that was detected while fixing this. Eike --nextPart22272283.5pjb6P5pYs 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+kzvAACgkQXKSJPmm5/E5FBwCgn95gK4TJKMnOv6+0W/xsY5g9 AJkAoJVfpI39SqRJ+1TMZnNBFIqfRC2t =6/Ee -----END PGP SIGNATURE----- --nextPart22272283.5pjb6P5pYs-- -- 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/