Comment cleanup#149
Conversation
|
I'm curious. Did you write all of these or is this generated from some other source? |
|
Mostly copy-pasted from the arm Arm ARM. |
f6b292d to
8726af0
Compare
8726af0 to
580a9ce
Compare
|
I am a bit confused. This was rebased, but I thought this only includes docs updates, but I still see various new test cases etc. in the changes? |
|
Ah, I get it. #131 was not merged yet :) |
|
#131 is in so I'll rebase this |
d351452 to
bf3f8f3
Compare
|
#158 updates the tests to use the non-deprecated function, so this PR now needs re-working to not un-deprecate the function. |
52839db to
c6e9186
Compare
|
Re-worked to leave the process function deprecated. |
|
I'm moving the arm-targets stuff to another PR because it's orthogonal |
c6e9186 to
1287cee
Compare
|
this needs a patch.crates-io entry so we don't have two aarch32-cpu crates in the tree (also aarch32-cpu 0.2 has issues it seems). Maybe I'll take out the aarch32-cpu dependency from pl190-vic and use inline assembly instead. |
1287cee to
351c8a8
Compare
|
I think it's important people can use multiple copies of the aarch32-cpu crate, so I moved the |
* Turned on deny(missing_docs), and added missing docs * Turned on deny(clippy::missing_safety_doc) and added missing safety docs * Turned on some more useful lints * Clippy fixes * Rationalised/renamed the various CachePolicy types * Make SysReg and SysReg64 have safe read methods
You only have one rt crate per build, but may have multiple copies of aarch32-cpu, and an unmangled symbol breaks that.
07be5e9 to
cda9a30
Compare
Comment updates.