History log of /minix3/minix/lib/libc/arch/i386/sys/ipc_minix_kerninfo.S (Results 1 – 1 of 1)
Revision Date Author Comments
# 594df55e 19-Sep-2015 David van Moolenbroek <david@minix3.org>

Abstract away minix_kerninfo access

Instead of importing an external _minix_kerninfo variable, any code
using the shared kernel page should now call get_minix_kerninfo(3).
Since this is the only log

Abstract away minix_kerninfo access

Instead of importing an external _minix_kerninfo variable, any code
using the shared kernel page should now call get_minix_kerninfo(3).
Since this is the only logical name for such a function, rename the
previous get_minix_kerninfo call to ipc_minix_kerninfo.

Change-Id: I2e424b6fb55aa55d3da850187f1f7a0b7cbbf910

show more ...