mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove a leading underscore that prevented I386_CPU kernels from
compiling. Submitted by: Alexander N. Kabaev <ak03@gte.com> PR: kern/26858
This commit is contained in:
parent
4e64bc892d
commit
7a72decc2e
3 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue