#
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 ...
|