commit | a4568aac4421ef7e410de4b7dac51c5228e834f9 | [log] [tgz] |
---|---|---|
author | Ramesh Thomas <ramesh.thomas@intel.com> | Tue May 24 16:44:31 2016 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu May 26 02:15:06 2016 +0000 |
tree | c4d5b36dfde0bc2027f5b4a5f4e603aa6e02accb | |
parent | de8bc78a5e1ac721b8a9aedfd52c9191bd8c0dd2 [diff] |
arc: fixes a missing declaration compile error Building microkernel for ARC causes a compiler error due to missing declaration of _sys_idle_elapsed_ticks. Declare this as extern. Jira: ZEP-397 Change-Id: I83701f693fea0fcb1ae2c30e0c52abe7987de1f1 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>