diff options
| author | Mark Salter <msalter@redhat.com> | 2014-06-11 21:14:42 +0100 | 
|---|---|---|
| committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-06-18 12:41:56 +0100 | 
| commit | 5e4064507282fd68c1e3caf01c623cceaccc2167 (patch) | |
| tree | 4a67529e9eeda5e99224ce7b582aaa5b85121ec5 /lib/test-string_helpers.c | |
| parent | 457ced8458605f1935214289d44aabb80bf75756 (diff) | |
arm64: fix build error in sigcontext.h
I'm seeing this build failure for arm64:
    CC [M]  Documentation/filesystems/configfs/configfs_example_macros.o
  In file included from /usr/include/bits/sigcontext.h:27:0,
                   from /usr/include/signal.h:340,
                   from /usr/include/sys/wait.h:30,
                   from Documentation/accounting/getdelays.c:24:
  .../linux/usr/include/asm/sigcontext.h:61:2: error: unknown type name ‘u64’
    u64 esr;
    ^
  make[2]: *** [Documentation/accounting/getdelays] Error 1
This was introduced by commit 15af1942dd61ee23:
  arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS
Using __u64 instead of u64 fixes the problem.
Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions
