commit | e52bc7c28ac9f54db6f86b19ed65c599def18c98 | [log] [tgz] |
---|---|---|
author | David Decotigny <[email protected]> | Fri Feb 19 09:23:59 2016 -0500 |
committer | David S. Miller <[email protected]> | Fri Feb 19 22:54:09 2016 -0500 |
tree | 91021921dbea2353d4aba01cf2546041184afd2f | |
parent | 76d13b568776fdef646c70878de406c90aef46a9 [diff] |
lib/bitmap.c: conversion routines to/from u32 array Aimed at transferring bitmaps to/from user-space in a 32/64-bit agnostic way. Tested: unit tests (next patch) on qemu i386, x86_64, ppc, ppc64 BE and LE, ARM. Signed-off-by: David Decotigny <[email protected]> Reviewed-by: Ben Hutchings <[email protected]> Signed-off-by: David S. Miller <[email protected]>