kernel: rename _k_object_assignment

Private structure, rename to z_object_assignment

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2020-03-11 07:00:55 -07:00 committed by Andrew Boie
commit 2f3a89fa8d
3 changed files with 6 additions and 6 deletions

View file

@ -53,9 +53,9 @@
*/
SECTION_PROLOGUE(object_access,,)
{
__k_object_assignment_list_start = .;
KEEP(*(".__k_object_assignment.*"))
__k_object_assignment_list_end = .;
_z_object_assignment_list_start = .;
KEEP(*("._z_object_assignment.*"))
_z_object_assignment_list_end = .;
} GROUP_LINK_IN(ROMABLE_REGION)
#endif