History log of /openbsd-current/sys/lib/libkern/arch/arm/__aeabi_ldivmod.S
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 24-Sep-2016 kettenis

Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clang
generates calls to these functions when compiling an armv7 kernel.

Code from NetBSD's unified userland+kernel implementation, with lots of
irrelevant (for us) #ifdefs removed.

ok patrick@, guenther@