summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ipf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-22 12:47:53 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-22 12:47:53 +0000
commit6446db6e748d7e21643b08f373799a9faa0da77d (patch)
treecec3599d83fd811d5a0d1c36dcb4d43d7f2a79da /MdePkg/Library/BaseLib/Ipf
parent3d3aafc4dfdb969610a1a23103c9a3e653ff12b2 (diff)
downloadedk2-platforms-6446db6e748d7e21643b08f373799a9faa0da77d.tar.xz
Update to use Dos format for all .s files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7087 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ipf')
-rw-r--r--MdePkg/Library/BaseLib/Ipf/AccessGcr.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/AccessPsr.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/ExecFc.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s2
5 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/AccessGcr.s b/MdePkg/Library/BaseLib/Ipf/AccessGcr.s
index fc36ecb36c..b6efab5408 100644
--- a/MdePkg/Library/BaseLib/Ipf/AccessGcr.s
+++ b/MdePkg/Library/BaseLib/Ipf/AccessGcr.s
@@ -271,4 +271,4 @@ AsmWritePta::
srlz.i;;
srlz.d;;
br.ret.dpnt b0;;
-.endp AsmWritePta \ No newline at end of file
+.endp AsmWritePta
diff --git a/MdePkg/Library/BaseLib/Ipf/AccessPsr.s b/MdePkg/Library/BaseLib/Ipf/AccessPsr.s
index 9b4fe49ff1..4aaf89a29b 100644
--- a/MdePkg/Library/BaseLib/Ipf/AccessPsr.s
+++ b/MdePkg/Library/BaseLib/Ipf/AccessPsr.s
@@ -107,4 +107,4 @@ AsmCpuVirtual::
(p6) mov r8 = CpuInPhysicalMode;;
(p7) mov r8 = CpuInMixMode;;
br.ret.dpnt b0;;
-.endp AsmCpuVirtual \ No newline at end of file
+.endp AsmCpuVirtual
diff --git a/MdePkg/Library/BaseLib/Ipf/ExecFc.s b/MdePkg/Library/BaseLib/Ipf/ExecFc.s
index a5a9e9bc8a..4ff9377a99 100644
--- a/MdePkg/Library/BaseLib/Ipf/ExecFc.s
+++ b/MdePkg/Library/BaseLib/Ipf/ExecFc.s
@@ -63,4 +63,4 @@ AsmFci::
fc.i in0
mov r8 = in0;;
br.ret.dpnt b0;;
-.endp AsmFci \ No newline at end of file
+.endp AsmFci
diff --git a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s
index 3a278d7268..5a9e851be6 100644
--- a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s
+++ b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s
@@ -26,4 +26,4 @@ InternalSyncCompareExchange32::
cmpxchg4.rel r8 = [r32], r34
mf
br.ret.sptk.many b0
-.endp InternalSyncCompareExchange32 \ No newline at end of file
+.endp InternalSyncCompareExchange32
diff --git a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s
index 88b9d2b490..8d676ccf50 100644
--- a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s
+++ b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s
@@ -25,4 +25,4 @@ InternalSyncCompareExchange64::
cmpxchg8.rel r8 = [r32], r34
mf
br.ret.sptk.many b0
-.endp InternalSyncCompareExchange64 \ No newline at end of file
+.endp InternalSyncCompareExchange64