~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/blackfin/include/asm/bitops.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <asm-generic/bitops/const_hweight.h>
26
26
#include <asm-generic/bitops/lock.h>
27
27
 
28
 
#include <asm-generic/bitops/ext2-non-atomic.h>
29
28
#include <asm-generic/bitops/ext2-atomic.h>
30
 
#include <asm-generic/bitops/minix.h>
31
29
 
32
30
#ifndef CONFIG_SMP
33
31
#include <linux/irqflags.h>
114
112
 
115
113
#endif /* CONFIG_SMP */
116
114
 
 
115
/* Needs to be after test_bit and friends */
 
116
#include <asm-generic/bitops/le.h>
 
117
 
117
118
/*
118
119
 * hweightN: returns the hamming weight (i.e. the number
119
120
 * of bits set) of a N-bit word