public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] PA-RISC: fix compile
@ 2012-05-10 20:50 Rolf Eike Beer
  2012-05-10 20:57 ` [PATCH 1/5] parisc: add missing includes in asm/spinlock.h Rolf Eike Beer
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Rolf Eike Beer @ 2012-05-10 20:50 UTC (permalink / raw)
  To: linux-parisc, James Bottomley; +Cc: linux-kernel, torvalds

[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

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

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-05-10 22:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 20:50 [PATCH 0/5] PA-RISC: fix compile Rolf Eike Beer
2012-05-10 20:57 ` [PATCH 1/5] parisc: add missing includes in asm/spinlock.h Rolf Eike Beer
2012-05-10 21:01 ` [PATCH 2/5] parisc: add missing forward declarations in asm/hardware.h Rolf Eike Beer
2012-05-10 21:03 ` [PATCH 3/5] parisc: drop include of asm/pdc.h from asm/hardware.h Rolf Eike Beer
2012-05-10 21:07 ` [PATCH 4/5] parisc: add missing include of asm/page.h to asm/pgtable.h Rolf Eike Beer
2012-05-10 21:08 ` [PATCH 5/5] parisc: move definition of PAGE0 to asm/page.h Rolf Eike Beer
2012-05-10 22:23 ` [PATCH 0/5] PA-RISC: fix compile Linus Torvalds
2012-05-10 22:44   ` Rolf Eike Beer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox