diff options
| author | Scott Wood | 2013-01-03 14:25:38 +0100 |
|---|---|---|
| committer | Alexander Graf | 2013-01-07 17:37:11 +0100 |
| commit | 4417c73305f60e46a2370bcaf3635981f5dbc050 (patch) | |
| tree | af20c866d542b903b35613b406c7f2290e66032c /linux-headers/linux | |
| parent | openpic: fix sense and priority bits (diff) | |
| download | qemu-4417c73305f60e46a2370bcaf3635981f5dbc050.tar.gz qemu-4417c73305f60e46a2370bcaf3635981f5dbc050.tar.xz qemu-4417c73305f60e46a2370bcaf3635981f5dbc050.zip | |
openpic: IRQ_check: search the queue a word at a time
Search the queue more efficiently by first looking for a non-zero word,
and then using the common bit-searching function to find the bit within
the word. It would be even nicer if bitops_ffsl() could be hooked up
to the compiler intrinsic so that bit-searching instructions could be
used, but that's another matter.
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
