diff options
| author | Scott Wood | 2012-12-21 17:15:48 +0100 |
|---|---|---|
| committer | Alexander Graf | 2013-01-07 17:37:10 +0100 |
| commit | e69a17f65e9f12f33c48b04a789e49d40a8993f5 (patch) | |
| tree | e9b9b3740c7316b3d4f5eaa9d27a46a9ad91fff7 /linux-headers/linux | |
| parent | Revert "openpic: Accelerate pending irq search" (diff) | |
| download | qemu-e69a17f65e9f12f33c48b04a789e49d40a8993f5.tar.gz qemu-e69a17f65e9f12f33c48b04a789e49d40a8993f5.tar.xz qemu-e69a17f65e9f12f33c48b04a789e49d40a8993f5.zip | |
openpic: use standard bitmap operations
Besides the private implementation being redundant, namespace collisions
prevented the use of other things in bitops.h.
Serialization does get a bit more awkward, unfortunately, since the
standard bitmap operations are "unsigned long" rather than "uint32_t",
though in exchange we will get faster queue lookups on 64-bit hosts once
we search a word at a time.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'linux-headers/linux')
0 files changed, 0 insertions, 0 deletions
