commit | a4e033fdba2eceb28ee8eaa021a0efd915cbcade | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Fri Nov 18 16:08:24 2016 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Nov 18 23:08:47 2016 +0000 |
tree | cfb5c37121cf065b8d63080a03506ad7405cee21 | |
parent | 669360d5ec4ad95713eeb31959980f0c02c3d18e [diff] |
kernel: fix obsolete access to fields in K_DEBUG() calls When moving arch-specific thread structure to arch-agnostic, some field accesses were missed when used in K_DEBUG statements, which are turned off by default. Change-Id: Ife0f49b8185a0db468deab73555f7034f20ca3e8 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>