···3737 * Check the ASID is still valid for the context. If not generate a new ASID.3838 *3939 * @pasid: Pointer to the current ASID batch4040- * @cpu: current CPU ID. Must have been acquired throught get_cpu()4040+ * @cpu: current CPU ID. Must have been acquired through get_cpu()4141 */4242static inline void asid_check_context(struct asid_info *info,4343 atomic64_t *pasid, unsigned int cpu,
+1-1
arch/csky/include/asm/barrier.h
···64646565/*6666 * sync: completion barrier, all sync.xx instructions6767- * guarantee the last response recieved by bus transaction6767+ * guarantee the last response received by bus transaction6868 * made by ld/st instructions before sync.s6969 * sync.s: inherit from sync, but also shareable to other cores7070 * sync.i: inherit from sync, but also flush cpu pipeline
+1-1
arch/csky/include/asm/vdso.h
···1616 * offset of 0, but since the linker must support setting weak undefined1717 * symbols to the absolute address 0 it also happens to support other low1818 * addresses even when the code model suggests those low addresses would not1919- * otherwise be availiable.1919+ * otherwise be available.2020 */2121#define VDSO_SYMBOL(base, name) \2222({ \