/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003, 2004 Ralf Baechle */ #ifndef __ASM_MACH_GENERIC_MANGLE_PORT_H #define __ASM_MACH_GENERIC_MANGLE_PORT_H #include <asm/byteorder.h> #ifdef __BIG_ENDIAN
static inline bool __should_swizzle_bits(volatile void *a) { extern const bool octeon_should_swizzle_table[]; u64 did = ((u64)(uintptr_t)a >> 40) & 0xff; return octeon_should_swizzle_table[did]; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Steven J. Hill | 36 | 87.80% | 1 | 50.00% |
Aaro Koskinen | 5 | 12.20% | 1 | 50.00% |
Total | 41 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 23 | 95.83% | 1 | 50.00% |
Aaro Koskinen | 1 | 4.17% | 1 | 50.00% |
Total | 24 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 173 | 76.89% | 1 | 33.33% |
Steven J. Hill | 46 | 20.44% | 1 | 33.33% |
Aaro Koskinen | 6 | 2.67% | 1 | 33.33% |
Total | 225 | 100.00% | 3 | 100.00% |