Displaying 2 results from an estimated 2 matches for "__div64_32".
2014 Oct 02
0
[PATCH] drm/nouveau: gk20a: Fix type of dividend in do_div()
...from drivers/gpu/drm/nouveau/core/include/core/device.h:4,
from drivers/gpu/drm/nouveau/core/include/subdev/clock.h:4,
from drivers/gpu/drm/nouveau/core/subdev/clock/gk20a.c:90:
include/asm-generic/div64.h:48:11: warning: passing argument 1 of '__div64_32' from incompatible pointer type
__rem = __div64_32(&(n), __base); \
^
drivers/gpu/drm/nouveau/core/subdev/clock/gk20a.c:146:2: note: in expansion of macro 'do_div'
do_div(rate, divider);
^
include/asm-generic/div64.h:35:17: note: expected 'uint64_t *'...
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See