Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ia64: desc_empty thinko/typo fix

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>

authored by

Maciej Zenczykowski and committed by
Linus Torvalds
58e94913 ba6e8564

+1 -1
+1 -1
include/asm-ia64/processor.h
··· 210 210 unsigned int a, b; 211 211 }; 212 212 213 - #define desc_empty(desc) (!((desc)->a + (desc)->b)) 213 + #define desc_empty(desc) (!((desc)->a | (desc)->b)) 214 214 #define desc_equal(desc1, desc2) (((desc1)->a == (desc2)->a) && ((desc1)->b == (desc2)->b)) 215 215 216 216 #define GDT_ENTRY_TLS_ENTRIES 3