K 10 svn:author V 3 kib K 8 svn:date V 27 2018-03-21T10:26:39.070074Z K 7 svn:log V 459 Move sysinit and sysuninit linker sets in the data (writeable) section. Both sets are sorted in place, and with the introduction of read-only permissions on the amd64 kernel text, the sorting override depended on CR0.WP turned off. Make it correct by moving the sets into writeable part of the KVA, also fixing boot on machines where hand-off from BIOS to OS occurs with CR0.WP set. Based on submission by: Peter Lei MFC after: 1 week END