]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/topology.h
vfs: remove unused MNT_STRICTATIME
[karo-tx-linux.git] / include / linux / topology.h
index cf57f30d0dcbca3e693e87190722467e01132a47..64e084ff5e5c9a6e68257068821b79110a760f02 100644 (file)
@@ -103,7 +103,7 @@ int arch_update_cpu_topology(void);
                                | 1*SD_SHARE_PKG_RESOURCES              \
                                | 0*SD_SERIALIZE                        \
                                | 0*SD_PREFER_SIBLING                   \
-                               | arch_sd_sibiling_asym_packing()       \
+                               | arch_sd_sibling_asym_packing()        \
                                ,                                       \
        .last_balance           = jiffies,                              \
        .balance_interval       = 1,                                    \
@@ -292,10 +292,6 @@ static inline void set_cpu_numa_mem(int cpu, int node)
 
 #else  /* !CONFIG_HAVE_MEMORYLESS_NODES */
 
-static inline void set_numa_mem(int node) {}
-
-static inline void set_cpu_numa_mem(int cpu, int node) {}
-
 #ifndef numa_mem_id
 /* Returns the number of the nearest Node with memory */
 static inline int numa_mem_id(void)