/* * Copyright 2006 IBM Corporation. * * 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. */ #ifndef _PSERIES_PSERIES_H #define _PSERIES_PSERIES_H #include <linux/interrupt.h> #include <asm/rtas.h> struct device_node; extern void request_event_sources_irqs(struct device_node *np, irq_handler_t handler, const char *name); #include <linux/of.h> struct pt_regs; extern int pSeries_system_reset_exception(struct pt_regs *regs); extern int pSeries_machine_check_exception(struct pt_regs *regs); #ifdef CONFIG_SMP extern void smp_init_pseries(void); #else
static inline void smp_init_pseries(void) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Stephen Rothwell | 4 | 50.00% | 1 | 33.33% |
Michael Ellerman | 3 | 37.50% | 1 | 33.33% |
Rashmica Gupta | 1 | 12.50% | 1 | 33.33% |
Total | 8 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Nathan Fontenot | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Nathan Fontenot | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Michael Ellerman | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Michael Ellerman | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Michael Ellerman | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Nathan Fontenot | 131 | 37.97% | 4 | 16.67% |
Michael Ellerman | 81 | 23.48% | 5 | 20.83% |
Arnd Bergmann | 29 | 8.41% | 1 | 4.17% |
Mark Nelson | 24 | 6.96% | 1 | 4.17% |
John Allen | 18 | 5.22% | 1 | 4.17% |
Kleber Sacilotto de Souza | 13 | 3.77% | 1 | 4.17% |
Benjamin Herrenschmidt | 9 | 2.61% | 2 | 8.33% |
Rashmica Gupta | 8 | 2.32% | 2 | 8.33% |
Anton Blanchard | 7 | 2.03% | 1 | 4.17% |
Manish Ahuja | 6 | 1.74% | 1 | 4.17% |
Stephen Rothwell | 5 | 1.45% | 1 | 4.17% |
Daniel Axtens | 5 | 1.45% | 1 | 4.17% |
Tyrel Datwyler | 4 | 1.16% | 1 | 4.17% |
Rob Herring | 4 | 1.16% | 1 | 4.17% |
Bharata B Rao | 1 | 0.29% | 1 | 4.17% |
Total | 345 | 100.00% | 24 | 100.00% |