1
0
Fork 0
alistair23-linux/Documentation/vDSO
Jeff Mahoney 1679689231 vdso: don't require 64-bit math in standalone test
The use of 64-bit math on i386 causes build failures:
vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3'
vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3'

Commit adb19fb66e (Documentation: add makefiles for more targets) is
now building this by default, so it's failing the kernel build entirely.

Switching the declaration from uint64_t to time_t does the right thing
and handles the x32 case automatically.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2014-10-25 10:53:44 -04:00
..
.gitignore Documentation: update .gitignore files 2014-09-26 11:02:59 +02:00
Makefile Documentation: fix vdso_standalone_test_x86 on 32-bit 2014-10-21 10:44:26 -04:00
parse_vdso.c x86/vdso/doc: Make vDSO examples more portable 2014-06-12 19:01:24 -07:00
vdso_standalone_test_x86.c vdso: don't require 64-bit math in standalone test 2014-10-25 10:53:44 -04:00
vdso_test.c x86/vdso/doc: Make vDSO examples more portable 2014-06-12 19:01:24 -07:00