commit | e52bc7c28ac9f54db6f86b19ed65c599def18c98 | [log] [tgz] |
---|---|---|
author | David Decotigny <decot@googlers.com> | Fri Feb 19 09:23:59 2016 -0500 |
committer | David S. Miller <davem@davemloft.net> | 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 <decot@googlers.com> Reviewed-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>