define global BIT macro
authorJiri Slaby <jirislaby@gmail.com>
Fri, 19 Oct 2007 06:40:35 +0000 (23:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:42 +0000 (11:53 -0700)
define global BIT macro

move all local BIT defines to the new globally define macro.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Kumar Gala <galak@gate.crashing.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18 files changed:
arch/ppc/platforms/chestnut.c
drivers/edac/edac_core.h
drivers/firmware/dcdbas.h
drivers/input/serio/maceps2.c
drivers/net/eth16i.c
drivers/net/meth.h
drivers/net/wireless/hostap/hostap_common.h
drivers/scsi/FlashPoint.c
drivers/scsi/nsp32.h
drivers/scsi/pcmcia/nsp_cs.h
drivers/video/pnx4008/sdum.h
include/asm-arm/arch-ixp4xx/io.h
include/asm-mips/ip32/crime.h
include/asm-mips/ip32/mace.h
include/linux/bitops.h
include/video/sstfb.h
include/video/tdfx.h
net/mac80211/ieee80211_i.h

index 248684f50dd9e4c7754503951259b0639d2cdba6..dcd6070b85eb10efa6e644e5115e17def1ab8bc5 100644 (file)
@@ -49,7 +49,6 @@ extern void gen550_progress(char *, unsigned short);
 extern void gen550_init(int, struct uart_port *);
 extern void mv64360_pcibios_fixup(mv64x60_handle_t *bh);
 
-#define BIT(x) (1<<x)
 #define CHESTNUT_PRESERVE_MASK (BIT(MV64x60_CPU2DEV_0_WIN) | \
                                BIT(MV64x60_CPU2DEV_1_WIN) | \
                                BIT(MV64x60_CPU2DEV_2_WIN) | \
index e80af67664cc72829fbd0caad82a7ba50c60c5c2..2d23e304f5ec1083b9850e46fe817c74b4e78d00 100644 (file)
@@ -94,8 +94,6 @@ extern int edac_debug_level;
 
 #endif                         /* !CONFIG_EDAC_DEBUG */
 
-#define BIT(x) (1 << (x))
-
 #define PCI_VEND_DEV(vend, dev) PCI_VENDOR_ID_ ## vend, \
        PCI_DEVICE_ID_ ## vend ## _ ## dev
 
index 8960cad3d022e5c39731bc523e7e0f43cf250b9f..87bc3417de2745c62de30ddc88c9fc8cc6e5a8e1 100644 (file)
@@ -20,8 +20,6 @@
 #include <linux/sysfs.h>
 #include <linux/types.h>
 
-#define BIT(x)                                 (1UL << x)
-
 #define MAX_SMI_DATA_BUF_SIZE                  (256 * 1024)
 
 #define HC_ACTION_NONE                         (0)
index 5a41b8f7f888f0887583802a715e6341446fdbdd..558200e96d0f22a1d586f578f5df62944646b21d 100644 (file)
@@ -31,8 +31,6 @@ MODULE_LICENSE("GPL");
 
 #define MACE_PS2_TIMEOUT 10000 /* in 50us unit */
 
-#define BIT(x) (1UL << (x))
-
 #define PS2_STATUS_CLOCK_SIGNAL  BIT(0) /* external clock signal */
 #define PS2_STATUS_CLOCK_INHIBIT BIT(1) /* clken output signal */
 #define PS2_STATUS_TX_INPROGRESS BIT(2) /* transmission in progress */
index 243fc6b354b5effd99030e2fee51efaf9dc9b78b..e3dd8b1369086369f10f30be29a6b716ff2ec552 100644 (file)
@@ -170,7 +170,6 @@ static char *version =
 
 
 /* Few macros */
-#define BIT(a)                ( (1 << (a)) )
 #define BITSET(ioaddr, bnum)   ((outb(((inb(ioaddr)) | (bnum)), ioaddr)))
 #define BITCLR(ioaddr, bnum)   ((outb(((inb(ioaddr)) & (~(bnum))), ioaddr)))
 
index ea3b8fc86d1ef239cef9b6557f1468ad0cdf4a95..a78dc1ca8c29d16324f2fbf1b696e94bf1cef1b4 100644 (file)
@@ -28,9 +28,6 @@
 #define RX_BUFFER_OFFSET (sizeof(rx_status_vector)+2) /* staus vector + 2 bytes of padding */
 #define RX_BUCKET_SIZE 256
 
-#undef BIT
-#define BIT(x) (1UL << (x))
-
 /* For more detailed explanations of what each field menas,
    see Nick's great comments to #defines below (or docs, if
    you are lucky enough toget hold of them :)*/
index ceb7f1e5e9e096d50012a3999e21f1014ee2e48d..517f8984514411bfddb0c602df00599bcdeb011c 100644 (file)
@@ -4,9 +4,6 @@
 #include <linux/types.h>
 #include <linux/if_ether.h>
 
-#define BIT(x) (1 << (x))
-
-
 /* IEEE 802.11 defines */
 
 /* Information Element IDs */
index a7f916c0c9cdcc618476eecf3dcca083065d8d9c..cf549ffe4baa5054e43206c172c36c2056a565d4 100644 (file)
@@ -25,7 +25,6 @@
 
 #define FAILURE         0xFFFFFFFFL
 
-#define BIT(x)          ((unsigned char)(1<<(x)))      /* single-bit mask in bit position x */
 #define BITW(x)          ((unsigned short)(1<<(x)))    /* single-bit mask in bit position x */
 
 struct sccb;
index a976e8193d163d1ff983fb405d16d7a981a8e8c1..6715ecb3bfcaf2f1a3bce11c94b826ac72893979 100644 (file)
@@ -68,11 +68,6 @@ static char * nsp32_model[] = {
 typedef u32 u32_le;
 typedef u16 u16_le;
 
-/*
- * MACRO
- */
-#define BIT(x)      (1UL << (x))
-
 /*
  * BASIC Definitions
  */
index b7f0fa24641396ca147a6ba894045adaa13e5327..98397559c53ba8a2532417d512ff78a3e318e3e4 100644 (file)
@@ -24,7 +24,6 @@
 /************************************
  * Some useful macros...
  */
-#define BIT(x)      (1L << (x))
 
 /* SCSI initiator must be ID 7 */
 #define NSP_INITIATOR_ID  7
index e8c5dcdd8813fe2d02343e8a368799222ec5b235..189c3d64138307488010037c06e325255acd344a 100644 (file)
@@ -77,9 +77,6 @@
 #define CONF_DIRTYDETECTION_OFF        (0x600)
 #define CONF_DIRTYDETECTION_ON (0x601)
 
-/* Set the corresponding bit. */
-#define BIT(n) (0x1U << (n))
-
 struct dumchannel_uf {
        int channelnr;
        u32 *dirty;
index c72f9d79417cbc3208bdc0574bb6784685605523..eeeea90cd5a96f1b08a12acc6b1d00d68a588c4f 100644 (file)
@@ -17,9 +17,6 @@
 
 #define IO_SPACE_LIMIT 0xffff0000
 
-#define        BIT(x)  ((1)<<(x))
-
-
 extern int (*ixp4xx_pci_read)(u32 addr, u32 cmd, u32* data);
 extern int ixp4xx_pci_write(u32 addr, u32 cmd, u32 data);
 
index a13702fafa8580839917a7d8d963860f58971367..7c36b0e5b1c64b5879ea5546fd832de782887749 100644 (file)
@@ -17,9 +17,6 @@
  */
 #define CRIME_BASE     0x14000000      /* physical */
 
-#undef BIT
-#define BIT(x) (1UL << (x))
-
 struct sgi_crime {
        volatile unsigned long id;
 #define CRIME_ID_MASK                  0xff
index 990082c81f3957f04abab2b5f240647216bf4742..d08d7c6721394ea269eb0f41c29da264b3638a70 100644 (file)
@@ -17,9 +17,6 @@
  */
 #define MACE_BASE      0x1f000000      /* physical */
 
-#undef BIT
-#define BIT(x) (1UL << (x))
-
 /*
  * PCI interface
  */
index 939e80bdbef743181c7055c4fff1be74ad423b82..7fc90d7cd0c90892050d5734710d676e5b9c18f7 100644 (file)
@@ -3,6 +3,7 @@
 #include <asm/types.h>
 
 #ifdef __KERNEL__
+#define BIT(nr)                        (1UL << (nr))
 #define BIT_MASK(nr)           (1UL << ((nr) % BITS_PER_LONG))
 #define BIT_WORD(nr)           ((nr) / BITS_PER_LONG)
 #define BITS_TO_TYPE(nr, t)    (((nr)+(t)-1)/(t))
index baa163f770abd7ceba1d7aa273b8b5450bd4916d..b52f07381243efdcd125a1c5a6c3a8d090dbd4e5 100644 (file)
@@ -68,7 +68,6 @@
 #  define print_var(X,Y...)
 #endif
 
-#define BIT(x)         (1ul<<(x))
 #define POW2(x)                (1ul<<(x))
 
 /*
index 05b63c2a5abcfd8f061204e1c1f2021783b2fba7..7431d9681e57280b740db748257d168077eb3e1a 100644 (file)
@@ -79,8 +79,6 @@
 
 /* register bitfields (not all, only as needed) */
 
-#define BIT(x) (1UL << (x))
-
 /* COMMAND_2D reg. values */
 #define TDFX_ROP_COPY          0xcc    /* src */
 #define TDFX_ROP_INVERT                0x55    /* NOT dst */
index d34a9deca67ad25bc36c44c3422dae6128548e42..4b4ed2a5803c46f8e86ae550f9431fb4044e2a34 100644 (file)
@@ -37,8 +37,6 @@
 
 struct ieee80211_local;
 
-#define BIT(x) (1 << (x))
-
 #define IEEE80211_ALIGN32_PAD(a) ((4 - ((a) & 3)) & 3)
 
 /* Maximum number of broadcast/multicast frames to buffer when some of the