From: Ali Saidi Date: Mon, 15 May 2006 21:35:51 +0000 (-0400) Subject: fix typo, headers protection should be named __DIR_DIR_..._FILE_HH__ X-Git-Tag: m5_2.0_beta1~84^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7b26d015a9731395ed7c9bbbed31fc83b26c5b6;p=gem5.git fix typo, headers protection should be named __DIR_DIR_..._FILE_HH__ --HG-- extra : convert_revision : 18268bfcb8575a33659ae94b821e1f4cc9b7d821 --- diff --git a/arch/mips/linux/linux.hh b/arch/mips/linux/linux.hh index fd08e8c87..8bcc3f309 100644 --- a/arch/mips/linux/linux.hh +++ b/arch/mips/linux/linux.hh @@ -26,8 +26,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __MIPS_MIPS_LINUX_HH -#define __MIPS_MIPS_LINUX_HH +#ifndef __ARCH_MIPS_LINUX_LINUX_HH__ +#define __ARCH_MIPS_LINUX_LINUX_HH__ #include "kern/linux/linux.hh" diff --git a/arch/sparc/linux/linux.hh b/arch/sparc/linux/linux.hh index 1b31f67b0..9cde5bb9c 100644 --- a/arch/sparc/linux/linux.hh +++ b/arch/sparc/linux/linux.hh @@ -26,8 +26,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __MIPS_MIPS_LINUX_HH -#define __MIPS_MIPS_LINUX_HH +#ifndef __ARCH_SPARC_LINUX_LINUX_HH__ +#define __ARCH_SPARC_LINUX_LINUX_HH__ #include "kern/linux/linux.hh"