The patch titled
ia64: desc_empty thinko/typo fix
has been removed from the -mm tree. Its filename was
ia64-desc_empty-thinko-typo-fix.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: ia64: desc_empty thinko/typo fix
From: Maciej Zenczykowski <[EMAIL PROTECTED]>
Just a one-byter for an ia64 thinko/typo - already fixed for i386 and x86_64.
Acked-by: Tony Luck <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-ia64/processor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN include/asm-ia64/processor.h~ia64-desc_empty-thinko-typo-fix
include/asm-ia64/processor.h
--- a/include/asm-ia64/processor.h~ia64-desc_empty-thinko-typo-fix
+++ a/include/asm-ia64/processor.h
@@ -210,7 +210,7 @@ struct desc_struct {
unsigned int a, b;
};
-#define desc_empty(desc) (!((desc)->a + (desc)->b))
+#define desc_empty(desc) (!((desc)->a | (desc)->b))
#define desc_equal(desc1, desc2) (((desc1)->a == (desc2)->a) &&
((desc1)->b == (desc2)->b))
#define GDT_ENTRY_TLS_ENTRIES 3
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html