projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba6e856
)
[PATCH] ia64: desc_empty thinko/typo fix
author
Maciej Zenczykowski
<maze@google.com>
Thu, 5 Apr 2007 02:08:27 +0000
(19:08 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 5 Apr 2007 04:12:48 +0000
(21:12 -0700)
Just a one-byter for an ia64 thinko/typo - already fixed for i386 and x86_64.
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-ia64/processor.h
patch
|
blob
|
history
diff --git
a/include/asm-ia64/processor.h
b/include/asm-ia64/processor.h
index
5830d36
..
4f4ee1c
100644
(file)
--- a/
include/asm-ia64/processor.h
+++ b/
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