Displaying 4 results from an estimated 4 matches for "generic_hweight64".
2003 Jun 14
1
[teeny tiny PATCH] Fix include/linux/bitops.h for userspace
...lease?
===== include/linux/bitops.h 1.4 vs edited =====
--- 1.4/include/linux/bitops.h Thu Jun 5 23:37:30 2003
+++ edited/include/linux/bitops.h Sat Jun 14 22:02:01 2003
@@ -108,7 +108,7 @@
return (res & 0x0F) + ((res >> 4) & 0x0F);
}
-static inline unsigned long generic_hweight64(u64 w)
+static inline unsigned long generic_hweight64(__u64 w)
{
#if BITS_PER_LONG < 64
return generic_hweight32((unsigned int)(w >> 32)) +
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
...lude/linux/bitops.h:78: warning: implicit declaration of function `fls'
include/linux/bitops.h: At top level:
include/linux/bitops.h:111: error: syntax error before "w"
include/linux/bitops.h:112: warning: function declaration isn't a prototype
include/linux/bitops.h: In function `generic_hweight64':
include/linux/bitops.h:114: error: `w' undeclared (first use in this
function)
include/linux/bitops.h:114: error: (Each undeclared identifier is
reported only once
include/linux/bitops.h:114: error: for each function it appears in.)
In file included from include/linux/spinlock.h:12,...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the fourth 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
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