commit | 50a6dafdc5e6c695e9308def9682dfc6c0796af6 | [log] [tgz] |
---|---|---|
author | Bradley Bolen <bbolen@lexmark.com> | Wed Jun 23 10:32:03 2021 -0400 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Jul 28 21:08:09 2021 -0400 |
tree | ded3422d44e3fbbb075b051ada611666d1f6b245 | |
parent | 954dfa755b7a18b7b15c8233a879167cfd83b81b [diff] |
arch: aarch32: cortex_m/r: Add arch helper function Create z_arm_thread_is_user_mode to abstract the implementation differences between Cortex-M and R to determine if the current thread is in user or kernel mode. Signed-off-by: Bradley Bolen <bbolen@lexmark.com>