Page MenuHomeFreeBSD

ARM CP15 operations for db show command
ClosedPublic

Authored by jpa-semihalf.com on May 4 2015, 2:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 26, 11:07 AM
Unknown Object (File)
Tue, Nov 26, 5:34 AM
Unknown Object (File)
Sun, Nov 24, 7:34 AM
Unknown Object (File)
Sun, Nov 24, 1:14 AM
Unknown Object (File)
Fri, Nov 22, 9:07 PM
Unknown Object (File)
Thu, Nov 21, 3:17 PM
Unknown Object (File)
Wed, Nov 20, 7:16 AM
Unknown Object (File)
Mon, Nov 18, 7:31 PM
Subscribers

Details

Summary

Following suggestion from https://reviews.freebsd.org/D2340 I extracted related parts of bigger commit into a new and independent one.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jpa-semihalf.com retitled this revision from to ARM CP15 operations for db show command.
jpa-semihalf.com updated this object.
jpa-semihalf.com edited the test plan for this revision. (Show Details)
jpa-semihalf.com added reviewers: imp, andrew, mmel, skra, ian.
jpa-semihalf.com added a subscriber: Unknown Object (MLST).
imp edited edge metadata.

I really like this...

This revision is now accepted and ready to land.May 5 2015, 10:42 PM
sys/arm/arm/machdep.c
118

__ARM_ARCH >= 6 ?

sys/arm/include/cpu-v6.h
146–154

Why __ARM_ARCH >= 7 ? ACTRL, SCTRL, PAR and ATS1CPR exist on ARMv6, only L2CTLR is ARMv7.

sys/arm/include/sysreg.h
227

__ARM_ARCH >= 7. Keep the list ordered, please.

Right, sorry for the mess with the #ifdefs, fixing it.

jpa-semihalf.com edited edge metadata.
jpa-semihalf.com marked 3 inline comments as done.

Thank you for previous comments. Here is updated diff, I hope it is fine now.

This revision now requires review to proceed.May 6 2015, 9:46 AM
mmel edited edge metadata.

Perfect, thanks.

This revision is now accepted and ready to land.May 6 2015, 9:49 AM

Commited in r282547. Can it be closed?