Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1372938 > unrolled thread
| Started by | Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> |
|---|---|
| First post | 2016-04-07 01:20 +0200 |
| Last post | 2016-04-07 01:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/3] ia64: remove unused asm/segment.h Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> - 2016-04-07 01:20 +0200
| From | Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> |
|---|---|
| Date | 2016-04-07 01:20 +0200 |
| Subject | [PATCH 1/3] ia64: remove unused asm/segment.h |
| Message-ID | <rl4TT-2ZV-3@gated-at.bofh.it> |
From: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> The file arch/ia64/include/asm/segment.h contains only a comment that it is still in the source tree as it may be referenced from some files. Actually only 2 files that are not in an arch/* directory include <asm/segment.h>. The first is drivers/lguest/x86/switcher_32.S and obviously is not used by ia64. The second is include/asm-generic/uacess.h and also not used by ia64. Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> --- arch/ia64/include/asm/segment.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 arch/ia64/include/asm/segment.h diff --git a/arch/ia64/include/asm/segment.h b/arch/ia64/include/asm/segment.h deleted file mode 100644 index b89e2b3..0000000 --- a/arch/ia64/include/asm/segment.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_IA64_SEGMENT_H -#define _ASM_IA64_SEGMENT_H - -/* Only here because we have some old header files that expect it.. */ - -#endif /* _ASM_IA64_SEGMENT_H */ -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web