diff options
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | 2006-02-01 03:06:24 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 08:53:22 -0800 |
commit | 0c19585b0d2f6817dd9af607650d3f6cae2fd8bc (patch) | |
tree | 155b3c411cb8677f257544be03d4c26c81f2b44c /include/asm-um | |
parent | db805812084ab03fbf6aac95c5f7ef2f50e3bd9a (diff) | |
download | linux-0c19585b0d2f6817dd9af607650d3f6cae2fd8bc.tar.gz linux-0c19585b0d2f6817dd9af607650d3f6cae2fd8bc.tar.bz2 linux-0c19585b0d2f6817dd9af607650d3f6cae2fd8bc.zip |
[PATCH] uml: typo fixup
Trivial innocent cosmetical fixup.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-um')
-rw-r--r-- | include/asm-um/ldt-x86_64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-um/ldt-x86_64.h b/include/asm-um/ldt-x86_64.h index 175722a91164..57159f12dde2 100644 --- a/include/asm-um/ldt-x86_64.h +++ b/include/asm-um/ldt-x86_64.h @@ -5,8 +5,8 @@ * Author: Bodo Stroesser <bstroesser@fujitsu-siemens.com> */ -#ifndef __ASM_LDT_I386_H -#define __ASM_LDT_I386_H +#ifndef __ASM_LDT_X86_64_H +#define __ASM_LDT_X86_64_H #include "asm/semaphore.h" #include "asm/arch/ldt.h" |