summaryrefslogtreecommitdiff
path: root/trapasm.S
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 18:23:48 +0000
committerrsc <rsc>2007-08-28 18:23:48 +0000
commitc1b100e93044469de30c634107bc645361cc1a73 (patch)
treee5e1ead7fa029917abdde9ed0fa9bdb45597d085 /trapasm.S
parent3e1eaf226d501fc4f57592e1c75c885f8b2e5d99 (diff)
downloadxv6-labs-c1b100e93044469de30c634107bc645361cc1a73.tar.gz
xv6-labs-c1b100e93044469de30c634107bc645361cc1a73.tar.bz2
xv6-labs-c1b100e93044469de30c634107bc645361cc1a73.zip
nits
Diffstat (limited to 'trapasm.S')
-rw-r--r--trapasm.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/trapasm.S b/trapasm.S
index 87a832a..acdca99 100644
--- a/trapasm.S
+++ b/trapasm.S
@@ -1,11 +1,9 @@
.text
-.globl trap
-.globl trapret1
-.globl alltraps
.set SEG_KDATA_SEL, 0x10 # selector for SEG_KDATA
# vectors.S sends all traps here.
+.globl alltraps
alltraps:
# Build trap frame.
pushl %ds