Change in coreboot[master]: include/cpu/x86/cache.h: Rename include guard

Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44225 ) Change subject: include/cpu/x86/cache.h: Rename include guard ...................................................................... include/cpu/x86/cache.h: Rename include guard Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Signed-off-by: Angel Pons <th3fanbus@gmail.com> --- M src/include/cpu/x86/cache.h 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/44225/1 diff --git a/src/include/cpu/x86/cache.h b/src/include/cpu/x86/cache.h index 01b202e..b272a42 100644 --- a/src/include/cpu/x86/cache.h +++ b/src/include/cpu/x86/cache.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef CPU_X86_CACHE -#define CPU_X86_CACHE +#ifndef __CPU_X86_CACHE__ +#define __CPU_X86_CACHE__ #include <cpu/x86/cr.h> @@ -57,4 +57,4 @@ void x86_enable_cache(void); #endif /* !__ASSEMBLER__ */ -#endif /* CPU_X86_CACHE */ +#endif /* __CPU_X86_CACHE__ */ -- To view, visit https://review.coreboot.org/c/coreboot/+/44225 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Gerrit-Change-Number: 44225 Gerrit-PatchSet: 1 Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> Gerrit-MessageType: newchange

Hello build bot (Jenkins), I'd like you to reexamine a change. Please visit https://review.coreboot.org/c/coreboot/+/44225 to look at the new patch set (#3). Change subject: include/cpu/x86/cache.h: Rename include guard ...................................................................... include/cpu/x86/cache.h: Rename include guard Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Signed-off-by: Angel Pons <th3fanbus@gmail.com> --- M src/include/cpu/x86/cache.h 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/44225/3 -- To view, visit https://review.coreboot.org/c/coreboot/+/44225 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Gerrit-Change-Number: 44225 Gerrit-PatchSet: 3 Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-MessageType: newpatchset

Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44225 ) Change subject: include/cpu/x86/cache.h: Rename include guard ...................................................................... Patch Set 4: Code-Review+2 -- To view, visit https://review.coreboot.org/c/coreboot/+/44225 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Gerrit-Change-Number: 44225 Gerrit-PatchSet: 4 Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-Comment-Date: Sat, 08 Aug 2020 23:45:04 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment

Hello build bot (Jenkins), Arthur Heymans, I'd like you to reexamine a change. Please visit https://review.coreboot.org/c/coreboot/+/44225 to look at the new patch set (#5). Change subject: include/cpu/x86/cache.h: Rename include guard ...................................................................... include/cpu/x86/cache.h: Rename include guard Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Signed-off-by: Angel Pons <th3fanbus@gmail.com> --- M src/include/cpu/x86/cache.h 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/44225/5 -- To view, visit https://review.coreboot.org/c/coreboot/+/44225 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Gerrit-Change-Number: 44225 Gerrit-PatchSet: 5 Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-MessageType: newpatchset

Hello build bot (Jenkins), Arthur Heymans, I'd like you to reexamine a change. Please visit https://review.coreboot.org/c/coreboot/+/44225 to look at the new patch set (#6). Change subject: include/cpu/x86/cache.h: Rename include guard ...................................................................... include/cpu/x86/cache.h: Rename include guard A Kconfig option with the same name will be added soon. So, rename this to avoid potential confusion and for consistency with other headers. Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Signed-off-by: Angel Pons <th3fanbus@gmail.com> --- M src/include/cpu/x86/cache.h 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/44225/6 -- To view, visit https://review.coreboot.org/c/coreboot/+/44225 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Gerrit-Change-Number: 44225 Gerrit-PatchSet: 6 Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-MessageType: newpatchset

Angel Pons has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/44225 ) Change subject: include/cpu/x86/cache.h: Rename include guard ...................................................................... Abandoned Sorry, I ran out of patience and energy to care about these changes any longer. -- To view, visit https://review.coreboot.org/c/coreboot/+/44225 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ibe4d9ff696755f4326509b6307c5a4dcca81ec4c Gerrit-Change-Number: 44225 Gerrit-PatchSet: 6 Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-MessageType: abandon
participants (2)
-
Angel Pons (Code Review)
-
Arthur Heymans (Code Review)