]> Zhao Yanbai Git Server - minix.git/commit
ARM: disable __minix_init for now
authorThomas Veerman <thomas@minix3.org>
Wed, 23 Jan 2013 14:07:04 +0000 (15:07 +0100)
committerThomas Veerman <thomas@minix3.org>
Fri, 25 Jan 2013 17:07:02 +0000 (17:07 +0000)
commitfe45ee7ed0a946bf2bd10276de33f7b2bef5f302
treebb98346e092779b55ab50ec8b2066cd6f0336b35
parente52ecfbf5d6d5e00dcabdf0a8ef82d4dd0a87b88
ARM: disable __minix_init for now

On ARM we can't yet globally map pages into every process. So now that
we correctly receive the pointer to the globally mapped kern_info
struct, we have to ignore it on ARM because attempting to dereference
the pointer yields a segfault.
lib/libc/sys-minix/init.c