summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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