Skip to content

Commit

Permalink
iss-hifi: fix header guard issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chirping78 committed Dec 25, 2024
1 parent 3c1086a commit 4f1fcfc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions arch/xtensa/include/iss-hifi3z/core-isa.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
*
****************************************************************************/

#ifndef XTENSA_CORE_CONFIGURATION_H_
#define XTENSA_CORE_CONFIGURATION_H_
#ifndef __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_CORE_ISA_H
#define __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_CORE_ISA_H

/****************************************************************************
* Pre-processor Definitions
Expand Down Expand Up @@ -819,4 +819,4 @@
#define XCHAL_HAVE_WWDT 0
#endif /* !XTENSA_HAL_NON_PRIVILEGED_ONLY */

#endif /* XTENSA_CORE_CONFIGURATION_H_ */
#endif /* __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_CORE_ISA_H */
6 changes: 3 additions & 3 deletions arch/xtensa/include/iss-hifi3z/tie-asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*
****************************************************************************/

#ifndef _XTENSA_CORE_TIE_ASM_H
#define _XTENSA_CORE_TIE_ASM_H
#ifndef __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_TIE_ASM_H
#define __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_TIE_ASM_H

/* Selection parameter values for save-area save/restore macros: */

Expand Down Expand Up @@ -274,4 +274,4 @@
.macro xchal_cp7_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
.macro xchal_cp7_load p a b c d continue=0 ofs=-1 select=-1 ; .endm

#endif /* _XTENSA_CORE_TIE_ASM_H */
#endif /* __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_TIE_ASM_H */
6 changes: 3 additions & 3 deletions arch/xtensa/include/iss-hifi3z/tie.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
*
****************************************************************************/

#ifndef XTENSA_CORE_TIE_H
#define XTENSA_CORE_TIE_H
#ifndef __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_TIE_H
#define __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_TIE_H

/* parasoft-begin-suppress ALL "This file not MISRA checked." */

Expand Down Expand Up @@ -179,4 +179,4 @@

/* parasoft-end-suppress ALL "This file not MISRA checked." */

#endif /* XTENSA_CORE_TIE_H */
#endif /* __ARCH_XTENSA_INCLUDE_ISS_HIFI3Z_TIE_H */
6 changes: 3 additions & 3 deletions arch/xtensa/include/iss-hifi4/core-isa.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
*
****************************************************************************/

#ifndef XTENSA_CORE_CONFIGURATION_H_
#define XTENSA_CORE_CONFIGURATION_H_
#ifndef __ARCH_XTENSA_INCLUDE_ISS_HIFI4_CORE_ISA_H
#define __ARCH_XTENSA_INCLUDE_ISS_HIFI4_CORE_ISA_H

/****************************************************************************
* Pre-processor Definitions
Expand Down Expand Up @@ -762,4 +762,4 @@

#endif /* !XTENSA_HAL_NON_PRIVILEGED_ONLY */

#endif /* XTENSA_CORE_CONFIGURATION_H_ */
#endif /* __ARCH_XTENSA_INCLUDE_ISS_HIFI4_CORE_ISA_H */
6 changes: 3 additions & 3 deletions arch/xtensa/include/iss-hifi4/tie-asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*
****************************************************************************/

#ifndef _XTENSA_CORE_TIE_ASM_H
#define _XTENSA_CORE_TIE_ASM_H
#ifndef __ARCH_XTENSA_INCLUDE_ISS_HIFI4_TIE_ASM_H
#define __ARCH_XTENSA_INCLUDE_ISS_HIFI4_TIE_ASM_H

/* Selection parameter values for save-area save/restore macros: */

Expand Down Expand Up @@ -346,4 +346,4 @@
.macro xchal_cp7_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
.macro xchal_cp7_load p a b c d continue=0 ofs=-1 select=-1 ; .endm

#endif /* _XTENSA_CORE_TIE_ASM_H */
#endif /* __ARCH_XTENSA_INCLUDE_ISS_HIFI4_TIE_ASM_H */
6 changes: 3 additions & 3 deletions arch/xtensa/include/iss-hifi4/tie.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
*
****************************************************************************/

#ifndef XTENSA_CORE_TIE_H
#define XTENSA_CORE_TIE_H
#ifndef __ARCH_XTENSA_INCLUDE_ISS_HIFI4_TIE_H
#define __ARCH_XTENSA_INCLUDE_ISS_HIFI4_TIE_H

/* parasoft-begin-suppress ALL "This file not MISRA checked." */

Expand Down Expand Up @@ -193,4 +193,4 @@

/* parasoft-end-suppress ALL "This file not MISRA checked." */

#endif /* XTENSA_CORE_TIE_H */
#endif /* __ARCH_XTENSA_INCLUDE_ISS_HIFI4_TIE_H */

0 comments on commit 4f1fcfc

Please sign in to comment.