diff options
author | Tony Luck <tony.luck@intel.com> | 2005-07-27 19:36:54 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-27 19:36:54 +0200 |
commit | c2834cf4746cf13501efc3489b1895bce58a4ccb (patch) | |
tree | 13614c2ed7ec156d8518fd5bff4e1c252fb05792 /include/asm-ppc64 | |
parent | Auto merge with /home/aegl/GIT/linus (diff) | |
parent | [PATCH] x86_64 fsnotify build fix (diff) | |
download | linux-c2834cf4746cf13501efc3489b1895bce58a4ccb.tar.xz linux-c2834cf4746cf13501efc3489b1895bce58a4ccb.zip |
Auto merge with /home/aegl/GIT/linus
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r-- | include/asm-ppc64/emergency-restart.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc64/emergency-restart.h b/include/asm-ppc64/emergency-restart.h new file mode 100644 index 000000000000..108d8c48e42e --- /dev/null +++ b/include/asm-ppc64/emergency-restart.h @@ -0,0 +1,6 @@ +#ifndef _ASM_EMERGENCY_RESTART_H +#define _ASM_EMERGENCY_RESTART_H + +#include <asm-generic/emergency-restart.h> + +#endif /* _ASM_EMERGENCY_RESTART_H */ |