#ifndef _ARCH_POWERPC_MM_ICSWX_H_ #define _ARCH_POWERPC_MM_ICSWX_H_ /* * ICSWX and ACOP Management * * Copyright (C) 2011 Anton Blanchard, IBM Corp. <anton@samba.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * */ #include <asm/mmu_context.h> /* also used to denote that PIDs are not used */ #define COP_PID_NONE 0
static inline void sync_cop(void *arg) { struct mm_struct *mm = arg; if (mm == current->active_mm) switch_cop(current->active_mm); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jimi Xenidis | 33 | 100.00% | 1 | 100.00% |
Total | 33 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Jimi Xenidis | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Jimi Xenidis | 198 | 100.00% | 3 | 100.00% |
Total | 198 | 100.00% | 3 | 100.00% |