/* * 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 | 38.42% | 4 | 17.39% |
Michael Ellerman | 81 | 23.75% | 5 | 21.74% |
Arnd Bergmann | 29 | 8.50% | 1 | 4.35% |
Mark Nelson | 24 | 7.04% | 1 | 4.35% |
John Allen | 18 | 5.28% | 1 | 4.35% |
Kleber Sacilotto de Souza | 13 | 3.81% | 1 | 4.35% |
Benjamin Herrenschmidt | 9 | 2.64% | 2 | 8.70% |
Rashmica Gupta | 8 | 2.35% | 2 | 8.70% |
Anton Blanchard | 7 | 2.05% | 1 | 4.35% |
Manish Ahuja | 6 | 1.76% | 1 | 4.35% |
Daniel Axtens | 5 | 1.47% | 1 | 4.35% |
Stephen Rothwell | 5 | 1.47% | 1 | 4.35% |
Tyrel Datwyler | 4 | 1.17% | 1 | 4.35% |
Bharata B Rao | 1 | 0.29% | 1 | 4.35% |
Total | 341 | 100.00% | 23 | 100.00% |