summaryrefslogtreecommitdiff
path: root/i386/i386/locore.S
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/locore.S')
-rw-r--r--i386/i386/locore.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/locore.S b/i386/i386/locore.S
index c715d959..ddba2245 100644
--- a/i386/i386/locore.S
+++ b/i386/i386/locore.S
@@ -1180,6 +1180,8 @@ DATA(cpu_features)
.long 0
.text
+END(syscall)
+
/* Discover what kind of cpu we have; return the family number
(3, 4, 5, 6, for 386, 486, 586, 686 respectively). */
ENTRY(discover_x86_cpu_type)