projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98f9d8
)
x86: sigframe.h: add guard macro
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Thu, 18 Dec 2008 17:18:35 +0000
(09:18 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 18 Dec 2008 21:04:13 +0000
(22:04 +0100)
Impact: cleanup
Add missing guard macro _ASM_X86_SIGFRAME_H.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/sigframe.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/sigframe.h
b/arch/x86/include/asm/sigframe.h
index
491a087
..
3bd0f42
100644
(file)
--- a/
arch/x86/include/asm/sigframe.h
+++ b/
arch/x86/include/asm/sigframe.h
@@
-1,3
+1,6
@@
+#ifndef _ASM_X86_SIGFRAME_H
+#define _ASM_X86_SIGFRAME_H
+
#ifdef CONFIG_X86_32
#define sigframe_ia32 sigframe
#define rt_sigframe_ia32 rt_sigframe
@@
-59,3
+62,5
@@
struct rt_sigframe {
/* fp state follows here */
};
#endif /* CONFIG_X86_64 */
+
+#endif /* _ASM_X86_SIGFRAME_H */