The patch titled
ia64: desc_empty thinko/typo fix
has been added to the -mm tree. Its filename is
ia64-desc_empty-thinko-typo-fix.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
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.
Cc: "Luck, Tony" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-ia64/processor.h | 2 +-
1 files 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
ia64-desc_empty-thinko-typo-fix.patch
-
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