diff options
Diffstat (limited to 'include/asm-um')
-rw-r--r-- | include/asm-um/elf-x86_64.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/asm-um/elf-x86_64.h b/include/asm-um/elf-x86_64.h index 97e1ced71ba7..3c9d543eb61e 100644 --- a/include/asm-um/elf-x86_64.h +++ b/include/asm-um/elf-x86_64.h | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright 2003 PathScale, Inc. | 2 | * Copyright 2003 PathScale, Inc. |
3 | * Copyright (C) 2003 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) | ||
3 | * | 4 | * |
4 | * Licensed under the GPL | 5 | * Licensed under the GPL |
5 | */ | 6 | */ |
@@ -122,14 +123,3 @@ extern long elf_aux_hwcap; | |||
122 | #define SET_PERSONALITY(ex, ibcs2) do ; while(0) | 123 | #define SET_PERSONALITY(ex, ibcs2) do ; while(0) |
123 | 124 | ||
124 | #endif | 125 | #endif |
125 | |||
126 | /* | ||
127 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
128 | * Emacs will notice this stuff at the end of the file and automatically | ||
129 | * adjust the settings for this buffer only. This must remain at the end | ||
130 | * of the file. | ||
131 | * --------------------------------------------------------------------------- | ||
132 | * Local variables: | ||
133 | * c-file-style: "linux" | ||
134 | * End: | ||
135 | */ | ||