git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ea3b1
)
x86: common thread_info definitions
author
Christoph Lameter
<clameter@sgi.com>
Tue, 29 Apr 2008 01:52:35 +0000
(18:52 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 12 May 2008 19:28:03 +0000
(21:28 +0200)
Merge the thread_info definition into one structure definition for both arches.
The __u32 is equal to unsigned long for 32 bit.
sysenter_return is used both for the IA32 emulation for 64 and x86_32.
Avoid complicated #ifdef by simply always including it.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/thread_info.h
patch
|
blob
|
history
diff --cc
include/asm-x86/thread_info.h
Simple merge