]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'parisc' (PA-RISC compile fixes)
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 May 2012 22:18:41 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 May 2012 22:18:41 +0000 (15:18 -0700)
commitaabfbf73e80427e2030de8cdfedba7e0df9c1961
treeaf8f6071482e34df02601880a0126bd6c365e677
parent0617e81d8ef8458f024830011a1e70196d7375e3
parent433a9bb789568085e2189ddd1e6e3e83c887ee06
Merge branch 'parisc' (PA-RISC compile fixes)

Merge PA-RISC compile fixes from Rolf Eike Beer:
 "Since commit a7842430fde5 ("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."

* emailed from Rolf Eike Beer <eike-kernel@sf-tec.de>: (5 patches)
  parisc: move definition of PAGE0 to asm/page.h
  parisc: add missing include of asm/page.h to asm/pgtable.h
  parisc: drop include of asm/pdc.h from asm/hardware.h
  parisc: add missing forward declarations in asm/hardware.h
  parisc: add missing includes in asm/spinlock.h