Remove some DOS line endings accidentially introduced in r3014.
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Tue, 8 Jan 2008 17:28:35 +0000 (17:28 +0000)
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Tue, 8 Jan 2008 17:28:35 +0000 (17:28 +0000)
No code lines affected, so svn blame will not be messed up.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3039 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/amd/car/cache_as_ram.inc

index 748223a06b58d26684224fe1b614882686540049..1a00c1e1ff5e08da89fbbbdd131a472e1d8cc6f6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of the LinuxBIOS project.
- *\r
+ *
  * Copyright (C) 2005-2007 Advanced Micro Devices, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- */\r
-\r
+ */
+
 #define CacheSize DCACHE_RAM_SIZE
 #define CacheBase (0xd0000 - CacheSize)
-\r
+
 /* leave some space for global variable to pass to RAM stage */
 #define GlobalVarSize DCACHE_RAM_GLOBAL_VAR_SIZE
 
@@ -36,7 +36,7 @@
        /*for normal part %ebx already contain cpu_init_detected from fallback call */
 
 cache_as_ram_setup:
-\r
+
        movb    $0xA0, %al
        outb    %al, $0x80
 
@@ -107,7 +107,7 @@ enable_fixed_mtrr_dram_modify:
        /* Clear all MTRRs */
        xorl    %edx, %edx
        movl    $fixed_mtrr_msr, %esi
-\r
+
 clear_fixed_var_mtrr:
        lodsl   (%esi), %eax
        testl   %eax, %eax
@@ -245,7 +245,7 @@ clear_fixed_var_mtrr_out:
 
        movb    $0xA1, %al
        outb    %al, $0x80
-\r
+
        /* enable cache */
        movl    %cr0, %eax
        andl    $0x9fffffff, %eax
@@ -259,7 +259,7 @@ clear_fixed_var_mtrr_out:
        bt      $8, %eax /*BSC */
        jnc     CAR_FAM10_ap
 #endif
-\r
+
        movb    $0xA2, %al
        outb    %al, $0x80
 
@@ -280,7 +280,7 @@ clear_fixed_var_mtrr_out:
        /* set up the stack pointer */
        movl    $(CacheBase + CacheSize - GlobalVarSize), %eax
        movl    %eax, %esp
-\r
+
        movb    $0xA3, %al
        outb    %al, $0x80
 
@@ -316,7 +316,7 @@ CAR_FAM10_ap:
        jc      roll_cfg
        rolb    %cl, %bl
 roll_cfg:
-\r
+
        /* calculate stack pointer */
        movl    $CacheSizeAPStack, %eax
        mull    %ebx
@@ -337,7 +337,7 @@ CAR_FAM10_ap_out:
 
        /* Restore the BIST result */
        movl    %ebp, %eax
-\r
+
        /* We need to set ebp ? No need */
        movl    %esp, %ebp
        pushl   %ebx  /* init detected */