Commit 7e3cd355 authored by Mao Minkai's avatar Mao Minkai Committed by guzitao
Browse files

sw64: unify header guard naming

Sunway inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I56OLG



--------------------------------

Use the canonical header guard naming of the full path to the header.

Signed-off-by: default avatarMao Minkai <maominkai@wxiat.com>
Reviewed-by: default avatarHe Sheng <hesheng@wxiat.com>
Signed-off-by: default avatarGu Zitao <guzitao@wxiat.com>
parent d95edbdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@

#include <generated/asm-offsets.h>

#endif
#endif /* _ASM_SW64_ASM_OFFSETS_H */
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ extern void __remlu(void);
extern void __divwu(void);
extern void __remwu(void);

#endif
#endif /* _ASM_SW64_ASM_PROTOTYPES_H */
+1 −1
Original line number Diff line number Diff line
@@ -6,4 +6,4 @@ static void check_bugs(void)
{
}

#endif
#endif /* _ASM_SW64_BUGS_H */
+1 −1
Original line number Diff line number Diff line
@@ -8,4 +8,4 @@
#define L1_CACHE_SHIFT		7
#define L1_CACHE_BYTES		(1 << L1_CACHE_SHIFT)

#endif
#endif /* _ASM_SW64_CACHE_H */
+1 −1
Original line number Diff line number Diff line
@@ -123,4 +123,4 @@ static inline unsigned short from64to16(unsigned long x)
	return out_v.us[0] + out_v.us[1];
}

#endif
#endif /* _ASM_SW64_CHECKSUM_H */
Loading