- cris-remove-unused-__dummy-const_addr-and-addr-from-bitopsh.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     cris: remove unused __dummy, CONST_ADDR and ADDR from bitops.h
has been removed from the -mm tree.  Its filename was
     cris-remove-unused-__dummy-const_addr-and-addr-from-bitopsh.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: cris: remove unused __dummy, CONST_ADDR and ADDR from bitops.h
From: Jesper Nilsson <jesper.nilsson@xxxxxxxx>

This is very old code, it hasn't changed since 2001 and it is not used
anywhere.  Noticed by Clemens Koller.

Signed-off-by: Jesper Nilsson <jesper.nilsson@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/asm-cris/bitops.h |    7 -------
 1 file changed, 7 deletions(-)

diff -puN include/asm-cris/bitops.h~cris-remove-unused-__dummy-const_addr-and-addr-from-bitopsh include/asm-cris/bitops.h
--- a/include/asm-cris/bitops.h~cris-remove-unused-__dummy-const_addr-and-addr-from-bitopsh
+++ a/include/asm-cris/bitops.h
@@ -24,13 +24,6 @@
 #include <linux/compiler.h>
 
 /*
- * Some hacks to defeat gcc over-optimizations..
- */
-struct __dummy { unsigned long a[100]; };
-#define ADDR (*(struct __dummy *) addr)
-#define CONST_ADDR (*(const struct __dummy *) addr)
-
-/*
  * set_bit - Atomically set a bit in memory
  * @nr: the bit to set
  * @addr: the address to start counting from
_

Patches currently in -mm which might be from jesper.nilsson@xxxxxxxx are

origin.patch
git-mtd.patch
procfs-constify-function-pointer-tables.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux