diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-08-16 20:50:55 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-20 08:43:05 -0700 |
commit | 9234930d6e89a7671042e6e35e318480d6b82e5f (patch) | |
tree | eb41c9c04c26a002c2e7a746194acf6c3b431327 /fs | |
parent | 571b78a1d829263003a8560cca2c6d109bb19f0a (diff) | |
download | lwn-9234930d6e89a7671042e6e35e318480d6b82e5f.tar.gz lwn-9234930d6e89a7671042e6e35e318480d6b82e5f.zip |
s390: Fix broken build
commit 215b28a5308f3d332df2ee09ef11fda45d7e4a92 upstream.
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 2b047252d0 ("Fix TLB gather virtual address range
invalidation corner cases").
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions