MIPS: Support CPU topology files in sysfs
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / cpu-info.h
index a28e3de473d235bb902e351144bcda52c11e60f5..6690d7af0a03c7068fd73a60852a1542827aee55 100644 (file)
@@ -61,6 +61,7 @@ struct cpuinfo_mips {
        struct cache_desc       scache; /* Secondary cache */
        struct cache_desc       tcache; /* Tertiary/split secondary cache */
        int                     srsets; /* Shadow register sets */
+       int                     package;/* physical package number */
        int                     core;   /* physical core number */
 #ifdef CONFIG_64BIT
        int                     vmbits; /* Virtual memory size in bits */