kernel: rename z_arch_ to arch_
Promote the private z_arch_* namespace, which specifies the interface between the core kernel and the architecture code, to a new top-level namespace named arch_*. This allows our documentation generation to create online documentation for this set of interfaces, and this set of interfaces is worth treating in a more formal way anyway. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
a6de79b4af
commit
4f77c2ad53
178 changed files with 912 additions and 910 deletions
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* For example, in the case where user mode passes in a C string via
|
||||
* system call, the length of that string needs to be measured. A specially
|
||||
* written assembly language version of strlen (z_arch_user_string_len)
|
||||
* written assembly language version of strlen (arch_user_string_len)
|
||||
* defines start and end symbols where the memory in the string is examined;
|
||||
* if this generates a fault, jumping to the fixup symbol within the same
|
||||
* function will return an error result to the caller.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue