arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
[deliverable/linux.git] / arch / arm64 / include / asm / cpu.h
index 13a6103130cd7036b889250889264847b6871249..889226b4c6e1c74d8c6a3139c57631b1eed43417 100644 (file)
  */
 struct cpuinfo_arm64 {
        struct cpu      cpu;
+       struct kobject  kobj;
        u32             reg_ctr;
        u32             reg_cntfrq;
        u32             reg_dczid;
        u32             reg_midr;
+       u32             reg_revidr;
 
        u64             reg_id_aa64dfr0;
        u64             reg_id_aa64dfr1;
This page took 0.036214 seconds and 5 git commands to generate.