/* * 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 | stephen rothwell | 4 | 50.00% | 1 | 33.33% |
michael ellerman | michael ellerman | 3 | 37.50% | 1 | 33.33% |
rashmica gupta | rashmica gupta | 1 | 12.50% | 1 | 33.33% |
Total | 8 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
nathan fontenot | nathan fontenot | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
nathan fontenot | nathan fontenot | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
michael ellerman | michael ellerman | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
michael ellerman | michael ellerman | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
michael ellerman | michael ellerman | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
nathan fontenot | nathan fontenot | 131 | 38.42% | 4 | 17.39% |
michael ellerman | michael ellerman | 81 | 23.75% | 5 | 21.74% |
arnd bergmann | arnd bergmann | 29 | 8.50% | 1 | 4.35% |
mark nelson | mark nelson | 24 | 7.04% | 1 | 4.35% |
john allen | john allen | 18 | 5.28% | 1 | 4.35% |
kleber sacilotto de souza | kleber sacilotto de souza | 13 | 3.81% | 1 | 4.35% |
benjamin herrenschmidt | benjamin herrenschmidt | 9 | 2.64% | 2 | 8.70% |
rashmica gupta | rashmica gupta | 8 | 2.35% | 2 | 8.70% |
anton blanchard | anton blanchard | 7 | 2.05% | 1 | 4.35% |
manish ahuja | manish ahuja | 6 | 1.76% | 1 | 4.35% |
stephen rothwell | stephen rothwell | 5 | 1.47% | 1 | 4.35% |
daniel axtens | daniel axtens | 5 | 1.47% | 1 | 4.35% |
tyrel datwyler | tyrel datwyler | 4 | 1.17% | 1 | 4.35% |
bharata b rao | bharata b rao | 1 | 0.29% | 1 | 4.35% |
Total | 341 | 100.00% | 23 | 100.00% |