Make sure that ENTRY() and END() refer to the same symbol.

X-MFC with:	r336876
This commit is contained in:
Mark Johnston 2018-08-01 15:50:42 +00:00
parent 80a79189ef
commit 8a5efe3601

View File

@ -330,7 +330,7 @@ copyout_fault:
movq $EFAULT,%rax
POP_FRAME_POINTER
ret
END(copyout)
END(copyout_smap)
/*
* copyin(from_user, to_kernel, len)
@ -573,7 +573,7 @@ ENTRY(fueword_nosmap)
movq %r11,(%rsi)
POP_FRAME_POINTER
ret
END(fueword64_nosmap)
END(fueword_nosmap)
ENTRY(fueword_smap)
PUSH_FRAME_POINTER
@ -592,7 +592,7 @@ ENTRY(fueword_smap)
movq %r11,(%rsi)
POP_FRAME_POINTER
ret
END(fueword64_smap)
END(fueword_smap)
ENTRY(fueword32_nosmap)
PUSH_FRAME_POINTER