Remove qmap PTE and address fields for armv4, which I left unused
after r286296.
pc_qmap_addr for armv6 is a leftover from the old armv6 pmap, so might
as well rename it and put it to use in the new one.
Differential D9312
Clean up ARM per-cpu qmap fields jah on Jan 24 2017, 5:23 AM. Authored by Tags None Referenced Files
Details
Remove qmap PTE and address fields for armv4, which I left unused pc_qmap_addr for armv6 is a leftover from the old armv6 pmap, so might
Diff Detail
Event Timeline
Comment Actions I suggest that the main reason for this change should be the replacement of pcpu_find() by get_pcpu() now. I mean the text in commit message. The cleanup should be stated as secondary. It was my reason for separate commit. To clearly describe what was wrong with pcpu_find() .
|