arm64: mte: add in-kernel tag fault handler
[linux-2.6-microblaze.git] / include / linux / memory.h
index 0b8d791..439a89e 100644 (file)
@@ -26,7 +26,6 @@
 struct memory_block {
        unsigned long start_section_nr;
        unsigned long state;            /* serialized by the dev->lock */
-       int section_count;              /* serialized by mem_sysfs_mutex */
        int online_type;                /* for passing data to online routine */
        int phys_device;                /* to which fru does this belong? */
        struct device dev;