Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0507468a8055fc9a51b40a59e6b4eb6081f23aad
Commit:     0507468a8055fc9a51b40a59e6b4eb6081f23aad
Parent:     b1d0e4f535e10775cffde922208b49629169aeaa
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 02:02:39 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sat Feb 9 03:15:03 2008 -0800

    [SPARC64]: Remove unused declarations from iommu_common.h
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 arch/sparc64/kernel/iommu_common.h |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/arch/sparc64/kernel/iommu_common.h 
b/arch/sparc64/kernel/iommu_common.h
index 4b5cafa..4199237 100644
--- a/arch/sparc64/kernel/iommu_common.h
+++ b/arch/sparc64/kernel/iommu_common.h
@@ -55,22 +55,3 @@ static inline unsigned long calc_npages(struct scatterlist 
*sglist, int nelems)
 
        return npages;
 }
-
-/* You are _strongly_ advised to enable the following debugging code
- * any time you make changes to the sg code below, run it for a while
- * with filesystems mounted read-only before buying the farm... -DaveM
- */
-#undef VERIFY_SG
-
-#ifdef VERIFY_SG
-extern void verify_sglist(struct scatterlist *sg, int nents, iopte_t *iopte, 
int npages);
-#endif
-
-/* Two addresses are "virtually contiguous" if and only if:
- * 1) They are equal, or...
- * 2) They are both on a page boundary
- */
-#define VCONTIG(__X, __Y)      (((__X) == (__Y)) || \
-                                (((__X) | (__Y)) << (64UL - PAGE_SHIFT)) == 
0UL)
-
-extern unsigned long prepare_sg(struct device *dev, struct scatterlist *sg, 
int nents);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to