summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-04-26 13:57:03 +0000
committerjake <jake@FreeBSD.org>2001-04-26 13:57:03 +0000
commit13359ffde1a374fd4e0ebc4ede68285dd8b7815b (patch)
tree7e891a0b1124c3b7cb157464d1520c7abd5b4817
parent4a1ef867b2045a8171d90a4e80b4f49e12979a85 (diff)
downloadFreeBSD-src-13359ffde1a374fd4e0ebc4ede68285dd8b7815b.zip
FreeBSD-src-13359ffde1a374fd4e0ebc4ede68285dd8b7815b.tar.gz
Remove a leading underscore that prevented I386_CPU kernels from
compiling. Submitted by: Alexander N. Kabaev <ak03@gte.com> PR: kern/26858
-rw-r--r--sys/amd64/amd64/support.S2
-rw-r--r--sys/amd64/amd64/support.s2
-rw-r--r--sys/i386/i386/support.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 46a1c51..70cc144 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -1301,7 +1301,7 @@ ENTRY(susword)
shrl $IDXSHIFT,%edx
andb $0xfc,%dl
- leal _PTmap(%edx),%ecx
+ leal PTmap(%edx),%ecx
shrl $IDXSHIFT,%ecx
andb $0xfc,%cl
testb $PG_V,PTmap(%ecx) /* PTE page must be valid */
diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s
index 46a1c51..70cc144 100644
--- a/sys/amd64/amd64/support.s
+++ b/sys/amd64/amd64/support.s
@@ -1301,7 +1301,7 @@ ENTRY(susword)
shrl $IDXSHIFT,%edx
andb $0xfc,%dl
- leal _PTmap(%edx),%ecx
+ leal PTmap(%edx),%ecx
shrl $IDXSHIFT,%ecx
andb $0xfc,%cl
testb $PG_V,PTmap(%ecx) /* PTE page must be valid */
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s
index 46a1c51..70cc144 100644
--- a/sys/i386/i386/support.s
+++ b/sys/i386/i386/support.s
@@ -1301,7 +1301,7 @@ ENTRY(susword)
shrl $IDXSHIFT,%edx
andb $0xfc,%dl
- leal _PTmap(%edx),%ecx
+ leal PTmap(%edx),%ecx
shrl $IDXSHIFT,%ecx
andb $0xfc,%cl
testb $PG_V,PTmap(%ecx) /* PTE page must be valid */
OpenPOWER on IntegriCloud