From: "H. J. Lu" Add asm-frv/auxvec.h and asm-xtensa/auxvec.h. Signed-off-by: Andrew Morton --- include/asm-frv/auxvec.h | 4 ++++ include/asm-xtensa/auxvec.h | 4 ++++ 2 files changed, 8 insertions(+) diff -puN /dev/null include/asm-frv/auxvec.h --- /dev/null Thu Apr 11 07:25:15 2002 +++ 25-akpm/include/asm-frv/auxvec.h Mon Aug 29 14:52:42 2005 @@ -0,0 +1,4 @@ +#ifndef __FRV_AUXVEC_H +#define __FRV_AUXVEC_H + +#endif diff -puN /dev/null include/asm-xtensa/auxvec.h --- /dev/null Thu Apr 11 07:25:15 2002 +++ 25-akpm/include/asm-xtensa/auxvec.h Mon Aug 29 14:52:42 2005 @@ -0,0 +1,4 @@ +#ifndef __XTENSA_AUXVEC_H +#define __XTENSA_AUXVEC_H + +#endif _