diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-06-24 11:19:35 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-09 09:14:02 +0200 |
commit | 26ccb8a7183eed424ff9c874c83af20dafe7cdef (patch) | |
tree | b93a78c574e69dfe89fa094e95c43229352a81ab /arch/x86/kernel/asm-offsets_64.c | |
parent | 9262875395cf22b5a90dd8a640e1070cedf55d0e (diff) | |
download | talos-op-linux-26ccb8a7183eed424ff9c874c83af20dafe7cdef.tar.gz talos-op-linux-26ccb8a7183eed424ff9c874c83af20dafe7cdef.zip |
x86: rename threadinfo to TI.
This is for consistency with i386.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/asm-offsets_64.c')
-rw-r--r-- | arch/x86/kernel/asm-offsets_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/asm-offsets_64.c b/arch/x86/kernel/asm-offsets_64.c index 3295e7c08fe7..bacf5deeec2d 100644 --- a/arch/x86/kernel/asm-offsets_64.c +++ b/arch/x86/kernel/asm-offsets_64.c @@ -34,7 +34,7 @@ int main(void) ENTRY(pid); BLANK(); #undef ENTRY -#define ENTRY(entry) DEFINE(threadinfo_ ## entry, offsetof(struct thread_info, entry)) +#define ENTRY(entry) DEFINE(TI_ ## entry, offsetof(struct thread_info, entry)) ENTRY(flags); ENTRY(addr_limit); ENTRY(preempt_count); |