summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/transitions/librm.S
diff options
context:
space:
mode:
authorMichael Brown2007-09-25 20:20:38 +0200
committerMichael Brown2007-09-25 20:20:38 +0200
commit0ed066bc500654301d134d20eca630dd80c1d9c5 (patch)
treee678caf4269adc80d1449347df8f7a261dd32080 /src/arch/i386/transitions/librm.S
parentMinor refactoring to eliminate duplication. (diff)
downloadipxe-0ed066bc500654301d134d20eca630dd80c1d9c5.tar.gz
ipxe-0ed066bc500654301d134d20eca630dd80c1d9c5.tar.xz
ipxe-0ed066bc500654301d134d20eca630dd80c1d9c5.zip
rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere
outside of librm.S.
Diffstat (limited to 'src/arch/i386/transitions/librm.S')
-rw-r--r--src/arch/i386/transitions/librm.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S
index 2072ee3e..56b9f363 100644
--- a/src/arch/i386/transitions/librm.S
+++ b/src/arch/i386/transitions/librm.S
@@ -528,11 +528,8 @@ rc_function: .word 0, 0
****************************************************************************
*/
.section ".data"
- .globl rm_sp
rm_sp: .word 0
- .globl rm_ss
rm_ss: .word 0
- .globl pm_esp
pm_esp: .long _estack
/****************************************************************************