/* * Copyright 2000 Deep Blue Solutions Ltd * Copyright 2004 ARM Limited * Copyright 2008 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, Version 2, as * published by the Free Software Foundation. */ #ifndef __CNS3XXX_CORE_H #define __CNS3XXX_CORE_H #include <linux/reboot.h> extern void cns3xxx_timer_init(void); #ifdef CONFIG_CACHE_L2X0 void __init cns3xxx_l2x0_init(void); #else
static inline void cns3xxx_l2x0_init(void) {}Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Anton Vorontsov | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Xia Kaixu | 9 | 100.00% | 1 | 100.00% |
| Total | 9 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Anton Vorontsov | 54 | 55.10% | 2 | 33.33% |
| Xia Kaixu | 24 | 24.49% | 1 | 16.67% |
| Russell King | 9 | 9.18% | 1 | 16.67% |
| Stephen Warren | 6 | 6.12% | 1 | 16.67% |
| Robin Holt | 5 | 5.10% | 1 | 16.67% |
| Total | 98 | 100.00% | 6 | 100.00% |