]> git.baikalelectronics.ru Git - kernel.git/commit
s390: Fix broken build
authorGuenter Roeck <linux@roeck-us.net>
Sat, 17 Aug 2013 03:50:55 +0000 (20:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Aug 2013 04:16:37 +0000 (21:16 -0700)
commit9d91a2485bd6a8be1919bec0d6174851a965f109
treeca85b9df41bbb20c029eb9d6adea164b27e7f80c
parent38ba1bf636751e6de79d2ac1889ece22ceb2be1a
s390: Fix broken build

Fix this build error:

  In file included from fs/exec.c:61:0:
  arch/s390/include/asm/tlb.h:35:23: error: expected identifier or '(' before 'unsigned'
  arch/s390/include/asm/tlb.h:36:1: warning: no semicolon at end of struct or union [enabled by default]
  arch/s390/include/asm/tlb.h: In function 'tlb_gather_mmu':
  arch/s390/include/asm/tlb.h:57:5: error: 'struct mmu_gather' has no member named 'end'

Broken due to commit feb6c33668 ("Fix TLB gather virtual address range
invalidation corner cases").

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
[ Oh well. We had build testing for ppc amd um, but no s390  - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/s390/include/asm/tlb.h