summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorOvidiu Panait <[email protected]>2022-05-31 21:14:31 +0300
committerMichal Simek <[email protected]>2022-06-24 14:16:00 +0200
commit95b7a8fd128aec8214d13b33131a4ea1fa4cc9a3 (patch)
treeb3686f51bf152049642c884e67f912e8d6a47f21 /doc/develop
parentb195134984ec714f92632704e4725ced170ab1da (diff)
microblaze: cache: introduce cpuinfo structure
Introduce a minimal cpuinfo structure to hold cache related info. The instruction/data cache size and cache line size are initialized early in the boot to default Kconfig values. They will be overwritten with data from PVR/dtb if the microblaze UCLASS_CPU driver is enabled. The cpuinfo struct was placed in global_data to allow the microblaze UCLASS_CPU driver to also run before relocation (initialized global data should be read-only before relocation). gd_cpuinfo() helper macro was added to avoid volatile "-Wdiscarded-qualifiers" warnings when using the pointer directly. Signed-off-by: Ovidiu Panait <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]> (s/bralid/brlid/)
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions