]> 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)
commit22ca77cc6b817096e7f7b56610da35d95bf55d4a
treeaf8f6071482e34df02601880a0126bd6c365e677
parentebd21173c0d16860cb0be265cb12a4766ee8c176
parent2566fce8fa651e7215a8e4bbddc582455244c961
Merge branch 'parisc' (PA-RISC compile fixes)

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